Class: sec:Public-KeyEncryption

Aka asymmetric encryption.

•owl:Thing
        •sec:Countermeasure
                •sec:Cryptography
                        •sec:Encryption
                •sec:Encryption
                        •sec:Cryptography
                        •sec:EncryptionAlgorithm
                                •sec:Public-KeyEncryption

Super Classes

sec:protects SOME (sec:_Detection AND sec:_Authentication AND sec:_Sender)
sec:EncryptionAlgorithm
sec:protects ONLY ((sec:_Detection AND sec:_Authentication AND sec:_SenderOR (sec:_Prevention AND sec:_Confidentiality AND sec:_Data))

Disjoint Classes

sec:SymmetricAlgorithm, sec:EncryptionHardware

Annotations

dc:descriptionA cryptographic system where encryption and decryption are performed using different keys. These schemes use two mathematically related keys. The decryption key is hard to determine from the encryption key. (Phoha)

Abstract Syntax

Class(sec:Public-KeyEncryption partial restriction(sec:protects someValuesFrom(intersectionOf(sec:_Detection
                                                                                             sec:_Authentication
                                                                                             sec:_Sender)))
                                      sec:EncryptionAlgorithm
                                      restriction(sec:protects allValuesFrom(unionOf(intersectionOf(sec:_Detection
                                                                                                    sec:_Authentication
                                                                                                    sec:_Sender)
                                                                                     intersectionOf(sec:_Prevention
                                                                                                    sec:_Confidentiality
                                                                                                    sec:_Data)))))

DisjointClasses(sec:Public-KeyEncryption sec:SymmetricAlgorithm
                                         sec:EncryptionHardware)

Usage

Class Description/Definition (Necessary Conditions)

sec:DigitalSignatureData, sec:ElGamalAlgorithm, sec:EllipticCurveCryptography, sec:Firefly, sec:OpenPGP, sec:RSA, sec:SSH, sec:SSL
Generated with OWLDoc