Class: IPSec

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

Super Classes

protects SOME _NetworkLayerPacket
uses SOME DigitalSignatureData
protects SOME (_Detection AND _Authentication)
protects SOME (_Prevention AND _Confidentiality)
protects SOME (_Detection AND _Integrity)
uses SOME Encryption
SecureNetworkCommunication
Standard
protects ONLY (((_Prevention AND _ConfidentialityOR (_Detection AND (_Integrity OR _Authentication))) AND _NetworkLayerPacket)

Annotations

dc:descriptionAcronym for Internet Protocol Security. A series of Internet standards, defined in RFC2401 and others, that allow the content of IP packets to be encrypted and/or signed. (ODoC)

Abstract Syntax

Class(IPSec partial restriction(protects someValuesFrom(_NetworkLayerPacket))
                   restriction(uses someValuesFrom(DigitalSignatureData))
                   restriction(protects someValuesFrom(intersectionOf(_Detection
                                                                      _Authentication)))
                   restriction(protects someValuesFrom(intersectionOf(_Prevention
                                                                      _Confidentiality)))
                   restriction(protects someValuesFrom(intersectionOf(_Detection
                                                                      _Integrity)))
                   restriction(uses someValuesFrom(Encryption))
                   SecureNetworkCommunication
                   Standard
                   restriction(protects allValuesFrom(intersectionOf(unionOf(intersectionOf(_Prevention
                                                                                            _Confidentiality)
                                                                             intersectionOf(_Detection
                                                                                            unionOf(_Integrity
                                                                                                    _Authentication)))
                                                                     _NetworkLayerPacket))))
Generated with OWLDoc