Class: Firefly

•owl:Thing
        •Asset
                •Countermeasure
                        •SecureNetworkCommunication
                                •Firefly
                        •Standard
                                •Firefly
        •Countermeasure
                •SecureNetworkCommunication
                        •Firefly
                •Standard
                        •Firefly

Super Classes

protects SOME _Authentication
protects SOME _Data
protects SOME _Confidentiality
protects SOME _Detection
uses SOME Public-KeyEncryption
protects SOME _Integrity
protects ONLY ((_Authentication OR _Confidentiality OR _IntegrityAND _Data AND _Detection)
Standard
SecureNetworkCommunication

Annotations

dc:descriptionProtocol of key distribution based on public key cryptography.

Abstract Syntax

Class(Firefly partial restriction(protects someValuesFrom(_Authentication))
                     restriction(protects someValuesFrom(_Data))
                     restriction(protects someValuesFrom(_Confidentiality))
                     restriction(protects someValuesFrom(_Detection))
                     restriction(uses someValuesFrom(Public-KeyEncryption))
                     restriction(protects someValuesFrom(_Integrity))
                     restriction(protects allValuesFrom(intersectionOf(unionOf(_Authentication
                                                                               _Confidentiality
                                                                               _Integrity)
                                                                       _Data
                                                                       _Detection)))
                     Standard
                     SecureNetworkCommunication)
Generated with OWLDoc