Class JceAEADCipher

    • Method Summary

      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)  
      • Methods inherited from class java.lang.Object

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