Class BCAEADCipherFactory.BCAEADBlockCipher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.bouncycastle.crypto.modes.AEADBlockCipher wrappedCipher  
    • Constructor Summary

      Constructors 
      Constructor Description
      BCAEADBlockCipher​(org.bouncycastle.crypto.modes.AEADBlockCipher aeadBlockCipher)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract org.bouncycastle.crypto.CipherParameters createParams​(byte[] key, javax.crypto.spec.GCMParameterSpec gcmParameterSpec)  
      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