Class: sec:IPSec

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

Super Classes

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

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(sec:IPSec partial restriction(sec:uses someValuesFrom(sec:DigitalSignatureData))
                       restriction(sec:protects allValuesFrom(intersectionOf(unionOf(intersectionOf(sec:_Prevention
                                                                                                    sec:_Confidentiality)
                                                                                     intersectionOf(sec:_Detection
                                                                                                    unionOf(sec:_Integrity
                                                                                                            sec:_Authentication)))
                                                                             sec:_NetworkLayerPacket)))
                       restriction(sec:protects someValuesFrom(intersectionOf(sec:_Detection
                                                                              sec:_Integrity)))
                       restriction(sec:protects someValuesFrom(intersectionOf(sec:_Prevention
                                                                              sec:_Confidentiality)))
                       restriction(sec:protects someValuesFrom(intersectionOf(sec:_Detection
                                                                              sec:_Authentication)))
                       sec:SecureNetworkCommunication
                       restriction(sec:protects someValuesFrom(sec:_NetworkLayerPacket))
                       sec:Standard
                       restriction(sec:uses someValuesFrom(sec:Encryption)))
Generated with OWLDoc