public interface AsymmetricEncryptionScheme extends EncryptionScheme
Encryption can be done via the public key and decryption via the secret key.
| Modifier and Type | Method and Description |
|---|---|
EncryptionKeyPair |
generateKeyPair()
Generates the key pair consisting of public and secret key.
|
decrypt, decrypt, encrypt, encrypt, restoreCipherText, restoreDecryptionKey, restoreEncryptionKey, restoreFromRepresentation, restorePlainTextEncryptionKeyPair generateKeyPair()