Class AEAD

java.lang.Object
org.bouncycastle.crypto.hpke.AEAD

public class AEAD extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    AEAD(short aeadId, byte[] key, byte[] baseNonce)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    open(byte[] aad, byte[] ct)
     
    byte[]
    open(byte[] aad, byte[] ct, int ctOffset, int ctLength)
     
    byte[]
    seal(byte[] aad, byte[] pt)
     
    byte[]
    seal(byte[] aad, byte[] pt, int ptOffset, int ptLength)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait