public final class EciesHkdfSenderKem extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EciesHkdfSenderKem.KemKey
A container for key parts generated by the KEM.
|
| Constructor and Description |
|---|
EciesHkdfSenderKem(ECPublicKey recipientPublicKey) |
| Modifier and Type | Method and Description |
|---|---|
EciesHkdfSenderKem.KemKey |
generateKey(String hmacAlgo,
byte[] hkdfSalt,
byte[] hkdfInfo,
int keySizeInBytes,
EllipticCurves.PointFormatType pointFormat) |
public EciesHkdfSenderKem(ECPublicKey recipientPublicKey)
public EciesHkdfSenderKem.KemKey generateKey(String hmacAlgo, byte[] hkdfSalt, byte[] hkdfInfo, int keySizeInBytes, EllipticCurves.PointFormatType pointFormat) throws GeneralSecurityException
GeneralSecurityException