Class: OpenPGP

OpenPGP is not specific to e-mail in transit but can just as well encrypt data on disk. That is why the restrictions denote *data* as asset and not *data in transit*.

•owl:Thing
        •Asset
                •Countermeasure
                        •KeyManagement
                                •PKI
                                        •OpenPGP
                        •SecureNetworkCommunication
                                •OpenPGP
                        •Standard
                                •OpenPGP
        •Countermeasure
                •KeyManagement
                        •PKI
                                •OpenPGP
                •SecureNetworkCommunication
                        •OpenPGP
                •Standard
                        •OpenPGP

Super Classes

Standard
uses SOME DigitalSignatureData
protects SOME (_Prevention AND _Confidentiality AND _Data)
protects ONLY ((_Prevention AND _Authentication AND _HumanOR ((_Detection AND _IntegrityOR ((_Prevention AND _ConfidentialityAND _Data)))
protects SOME (_Prevention AND _Authentication AND _Human)
uses SOME Public-KeyEncryption
SecureNetworkCommunication
protects SOME (_Detection AND _Integrity AND _Data)
PKI
uses SOME SymmetricAlgorithm

Annotations

dc:descriptionAn open standard for encryption of messages and sender/receiver authentication. (adapted from Wikipedia) It is not specific to e-mail in transit but can just as well encrypt data on disk. (my)

Abstract Syntax

Class(OpenPGP partial Standard
                     restriction(uses someValuesFrom(DigitalSignatureData))
                     restriction(protects someValuesFrom(intersectionOf(_Prevention
                                                                        _Confidentiality
                                                                        _Data)))
                     restriction(protects allValuesFrom(unionOf(intersectionOf(_Prevention
                                                                               _Authentication
                                                                               _Human)
                                                                unionOf(intersectionOf(_Detection
                                                                                       _Integrity)
                                                                        intersectionOf(intersectionOf(_Prevention
                                                                                                      _Confidentiality)
                                                                                       _Data)))))
                     restriction(protects someValuesFrom(intersectionOf(_Prevention
                                                                        _Authentication
                                                                        _Human)))
                     restriction(uses someValuesFrom(Public-KeyEncryption))
                     SecureNetworkCommunication
                     restriction(protects someValuesFrom(intersectionOf(_Detection
                                                                        _Integrity
                                                                        _Data)))
                     PKI
                     restriction(uses someValuesFrom(SymmetricAlgorithm)))
Generated with OWLDoc