Class: sec:HTTPS

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

Super Classes

sec:Standard
sec:protects SOME (sec:_Detection AND sec:_Integrity)
sec:protects SOME sec:_DataInTransit
sec:SecureNetworkCommunication
sec:protects ONLY (((sec:_Prevention AND sec:_ConfidentialityOR (sec:_Detection AND sec:_Integrity)) AND sec:_DataInTransit)
sec:protects SOME (sec:_Prevention AND sec:_Confidentiality)
sec:uses SOME sec:SSL

Disjoint Classes

sec:S-HTTP

Annotations

dc:descriptionHTTPS is ordinary HTTP exchanged over an SSL encrypted session.

Abstract Syntax

Class(sec:HTTPS partial sec:Standard
                       restriction(sec:protects someValuesFrom(intersectionOf(sec:_Detection
                                                                              sec:_Integrity)))
                       restriction(sec:protects someValuesFrom(sec:_DataInTransit))
                       sec:SecureNetworkCommunication
                       restriction(sec:protects allValuesFrom(intersectionOf(unionOf(intersectionOf(sec:_Prevention
                                                                                                    sec:_Confidentiality)
                                                                                     intersectionOf(sec:_Detection
                                                                                                    sec:_Integrity))
                                                                             sec:_DataInTransit)))
                       restriction(sec:protects someValuesFrom(intersectionOf(sec:_Prevention
                                                                              sec:_Confidentiality)))
                       restriction(sec:uses someValuesFrom(sec:SSL)))

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