public interface EciesAeadHkdfDemHelper
| Modifier and Type | Method and Description |
|---|---|
AeadOrDaead |
getAeadOrDaead(byte[] symmetricKeyValue)
Creates a new
AeadOrDaead-primitive that uses the key material given in
'symmetric_key', which must be of length dem_key_size_in_bytes(). |
int |
getSymmetricKeySizeInBytes() |
int getSymmetricKeySizeInBytes()
AeadOrDaead getAeadOrDaead(byte[] symmetricKeyValue) throws GeneralSecurityException
AeadOrDaead-primitive that uses the key material given in
'symmetric_key', which must be of length dem_key_size_in_bytes().AeadOrDaead-primitive.GeneralSecurityException