| Aka asymmetric encryption. |
| protects SOME (_Detection AND _Authentication AND _Sender) |
| protects ONLY ((_Detection AND _Authentication AND _Sender) OR (_Prevention AND _Confidentiality AND _Data)) |
| EncryptionAlgorithm |
| dc:description | A 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) |
Class(Public-KeyEncryption partial restriction(protects someValuesFrom(intersectionOf(_Detection
_Authentication
_Sender)))
restriction(protects allValuesFrom(unionOf(intersectionOf(_Detection
_Authentication
_Sender)
intersectionOf(_Prevention
_Confidentiality
_Data))))
EncryptionAlgorithm)
DisjointClasses(Public-KeyEncryption SymmetricAlgorithm
EncryptionHardware)