Class: SSL

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

Super Classes

protects ONLY ((((_Confidentiality OR _IntegrityAND _ApplicationLayerPacketOR (_Authentication AND _Host)) AND _Prevention)
protects SOME (_Authentication AND _Host)
protects SOME _Prevention
Standard
protects SOME (_Integrity AND _ApplicationLayerPacket)
protects SOME (_Confidentiality AND _ApplicationLayerPacket)
uses SOME Public-KeyEncryption
uses SOME SymmetricAlgorithm
SecureNetworkCommunication

Annotations

dc:descriptionSecure Sockets Layer, a protocol developed by Netscape for transmitting private documents via the Internet. SSL uses a cryptographic system that uses two keys to encrypt data ? a public key known to everyone and a private or secret key known only to the recipient of the message. (Webopedia) It is a flexible protocol that is able to use a variety of encryption schemes. (ODotI)

Abstract Syntax

Class(SSL partial restriction(protects allValuesFrom(intersectionOf(unionOf(intersectionOf(unionOf(_Confidentiality
                                                                                                  _Integrity)
                                                                                          _ApplicationLayerPacket)
                                                                           intersectionOf(_Authentication
                                                                                          _Host))
                                                                   _Prevention)))
                 restriction(protects someValuesFrom(intersectionOf(_Authentication
                                                                    _Host)))
                 restriction(protects someValuesFrom(_Prevention))
                 Standard
                 restriction(protects someValuesFrom(intersectionOf(_Integrity
                                                                    _ApplicationLayerPacket)))
                 restriction(protects someValuesFrom(intersectionOf(_Confidentiality
                                                                    _ApplicationLayerPacket)))
                 restriction(uses someValuesFrom(Public-KeyEncryption))
                 restriction(uses someValuesFrom(SymmetricAlgorithm))
                 SecureNetworkCommunication)

Usage

Class Description/Definition (Necessary Conditions)

HTTPS
Generated with OWLDoc