Class: sec:S-HTTP

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

Super Classes

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

Disjoint Classes

sec: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(sec:S-HTTP partial sec:Standard
                        restriction(sec:protects allValuesFrom(intersectionOf(unionOf(intersectionOf(unionOf(sec:_Confidentiality
                                                                                                             sec:_Integrity)
                                                                                                     sec:_DataInTransit)
                                                                                      intersectionOf(sec:_Authentication
                                                                                                     sec:_Host))
                                                                              sec:_Prevention)))
                        restriction(sec:uses someValuesFrom(sec:Encryption))
                        restriction(sec:protects someValuesFrom(sec:_Prevention))
                        restriction(sec:protects someValuesFrom(intersectionOf(sec:_Authentication
                                                                               sec:_Host)))
                        sec:SecureNetworkCommunication
                        restriction(sec:protects someValuesFrom(intersectionOf(sec:_Integrity
                                                                               sec:_DataInTransit)))
                        restriction(sec:protects someValuesFrom(intersectionOf(sec:_Confidentiality
                                                                               sec:_DataInTransit))))

DisjointClasses(sec:S-HTTP sec:HTTPS)
Generated with OWLDoc