Package org.bouncycastle.crypto.hpke
Class AEAD
java.lang.Object
org.bouncycastle.crypto.hpke.AEAD
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AEAD
public AEAD(short aeadId, byte[] key, byte[] baseNonce)
-
-
Method Details
-
seal
- Throws:
InvalidCipherTextException
-
open
- Throws:
InvalidCipherTextException
-