Class JceAEADCipher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.crypto.Cipher cipher  
    • Constructor Summary

      Constructors 
      Constructor Description
      JceAEADCipher​(java.lang.String name, java.security.Provider jceProvider, java.lang.String providerName)  
    • Method Summary

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

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