Interface AEADBlockCipher

All Known Implementing Classes:
BCAEADCipherFactory.BCAEADBlockCipher, JceAEADCipher

public interface AEADBlockCipher
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    doFinal(byte[] in, int inOffset, int inLength)
     
    void
    init(Cipher.CryptMode cryptMode, byte[] bytes, GCMParameterSpec gcmParameterSpec)
     
    void
     
    byte[]
    update(byte[] in, int inOffset, int inLength)
     
    void
    updateAAD(byte[] aad, int aadOffset, int aadLength)