public final class EciesHkdfRecipientKem extends Object
| Constructor and Description |
|---|
EciesHkdfRecipientKem(ECPrivateKey recipientPrivateKey) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
generateKey(byte[] kemBytes,
String hmacAlgo,
byte[] hkdfSalt,
byte[] hkdfInfo,
int keySizeInBytes,
EllipticCurves.PointFormatType pointFormat) |
public EciesHkdfRecipientKem(ECPrivateKey recipientPrivateKey)
public byte[] generateKey(byte[] kemBytes,
String hmacAlgo,
byte[] hkdfSalt,
byte[] hkdfInfo,
int keySizeInBytes,
EllipticCurves.PointFormatType pointFormat)
throws GeneralSecurityException
GeneralSecurityException