@Immutable
public interface HpkeKemPrivateKey
| Modifier and Type | Method and Description |
|---|---|
Bytes |
getSerializedPrivate()
Gets the serialized KEM private key to perform decapsulation.
|
Bytes |
getSerializedPublic()
Gets the serialized KEM public key corresponding to the private key to perform decapsulation.
|