Class: VPN

•owl:Thing
        •Asset
                •Countermeasure
                        •SecureNetworkCommunication
                                •VPN
        •Countermeasure
                •SecureNetworkCommunication
                        •VPN

Super Classes

uses SOME SSH
protects SOME (_Prevention AND _NetworkLayerPacket AND _Confidentiality)
SecureNetworkCommunication
protects ONLY (_Prevention AND _NetworkLayerPacket AND _Confidentiality)

Annotations

dc:descriptionVirtual private network. A connection between two computers or other endpoints in which packets sent over a shared network are automatically encrypted and decrypted by the endpoints. (ODoC)

Abstract Syntax

Class(VPN partial restriction(uses someValuesFrom(SSH))
                 restriction(protects someValuesFrom(intersectionOf(_Prevention
                                                                    _NetworkLayerPacket
                                                                    _Confidentiality)))
                 SecureNetworkCommunication
                 restriction(protects allValuesFrom(intersectionOf(_Prevention
                                                                   _NetworkLayerPacket
                                                                   _Confidentiality))))
Generated with OWLDoc