Class: HTTPS

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

Super Classes

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

Disjoint Classes

S-HTTP

Annotations

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

Abstract Syntax

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

DisjointClasses(HTTPS S-HTTP)
Generated with OWLDoc