See: Description
| Interface | Description |
|---|---|
| AsymmetricEncryptionScheme |
A standard public-key encryption scheme.
|
| CipherText |
A ciphertext.
|
| DecryptionKey |
A key that is used for decrypting ciphertexts.
|
| EncryptionKey |
A key that is used to encrypt plaintexts.
|
| EncryptionScheme |
An
EncryptionScheme has the ability to encrypt plaintexts
and decrypt the resulting ciphertext (using EncryptionKeys and DecryptionKeys). |
| StreamingEncryptionScheme |
An encryption scheme with the added ability to encrypt data from streams.
|
| SymmetricKey |
A key that is used simultaneously for encryption and decryption.
|
| Class | Description |
|---|---|
| EncryptionKeyPair |
A container for a pair of
EncryptionKey and DecryptionKey. |