public static class KeyEncapsulationMechanism.KeyAndCiphertext<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
CipherText |
encapsulatedKey |
T |
key |
| Constructor and Description |
|---|
KeyAndCiphertext() |
public T key
public CipherText encapsulatedKey