Class AEAD


  • public class AEAD
    extends java.lang.Object
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      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