Class: S-HTTP

•owl:Thing
        •Asset
                •Countermeasure
                        •SecureNetworkCommunication
                                •S-HTTP
                        •Standard
                                •S-HTTP
        •Countermeasure
                •SecureNetworkCommunication
                        •S-HTTP
                •Standard
                        •S-HTTP

Super Classes

protects SOME (_Confidentiality AND _DataInTransit)
Standard
uses SOME Encryption
protects SOME _Prevention
protects SOME (_Integrity AND _DataInTransit)
SecureNetworkCommunication
protects SOME (_Authentication AND _Host)
protects ONLY ((((_Confidentiality OR _IntegrityAND _DataInTransitOR (_Authentication AND _Host)) AND _Prevention)

Disjoint Classes

HTTPS

Annotations

dc:descriptionSecure Hypertext Transfer Protocol, developed within the Internet standards process, this protocol defines the security additions to the HTTP protocol. It is an application-level protocol and adds encryption and authentication to WWW communications. (ISD) obsoleted by HTTPS (HTTP using SSL)

Abstract Syntax

Class(S-HTTP partial restriction(protects someValuesFrom(intersectionOf(_Confidentiality
                                                                       _DataInTransit)))
                    Standard
                    restriction(uses someValuesFrom(Encryption))
                    restriction(protects someValuesFrom(_Prevention))
                    restriction(protects someValuesFrom(intersectionOf(_Integrity
                                                                       _DataInTransit)))
                    SecureNetworkCommunication
                    restriction(protects someValuesFrom(intersectionOf(_Authentication
                                                                       _Host)))
                    restriction(protects allValuesFrom(intersectionOf(unionOf(intersectionOf(unionOf(_Confidentiality
                                                                                                     _Integrity)
                                                                                             _DataInTransit)
                                                                              intersectionOf(_Authentication
                                                                                             _Host))
                                                                      _Prevention))))

DisjointClasses(S-HTTP HTTPS)
Generated with OWLDoc