public class ElgamalKEM.KeyAndCiphertextAndNonce
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
KeyEncapsulationMechanism.KeyAndCiphertext<SymmetricKey> |
keyAndCiphertext |
java.math.BigInteger |
nonce |
| Constructor and Description |
|---|
KeyAndCiphertextAndNonce(KeyEncapsulationMechanism.KeyAndCiphertext<SymmetricKey> keyAndCiphertext,
java.math.BigInteger nonce) |
public KeyEncapsulationMechanism.KeyAndCiphertext<SymmetricKey> keyAndCiphertext
public java.math.BigInteger nonce
public KeyAndCiphertextAndNonce(KeyEncapsulationMechanism.KeyAndCiphertext<SymmetricKey> keyAndCiphertext, java.math.BigInteger nonce)