All Superinterfaces:
GordianAEADCipher, GordianCipher, GordianKeySetCipher

public interface GordianKeySetAADCipher extends GordianKeySetCipher, GordianAEADCipher
KeySet Cipher.
  • Method Details

    • initForEncrypt

      void initForEncrypt(byte[] pInitialAEAD) throws GordianException
      Initialise the cipher for encryption.
      Parameters:
      pInitialAEAD - the initialAEAD
      Throws:
      GordianException - on error
    • initForDecrypt

      void initForDecrypt(byte[] pInitialAEAD) throws GordianException
      Initialise the cipher for decryption.
      Parameters:
      pInitialAEAD - the initialAEAD
      Throws:
      GordianException - on error