Interface AEADBlockCipher

  • All Known Implementing Classes:
    JceAEADCipher

    public interface AEADBlockCipher
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      byte[] doFinal​(byte[] in, int inOffset, int inLength)  
      void init​(Cipher.CryptMode cryptMode, byte[] bytes, javax.crypto.spec.GCMParameterSpec gcmParameterSpec)  
      void reset()  
      byte[] update​(byte[] in, int inOffset, int inLength)  
      void updateAAD​(byte[] aad, int aadOffset, int aadLength)