Interface GordianAEADCipher
- All Known Subinterfaces:
GordianKeySetAADCipher,GordianStreamAEADCipher,GordianSymAEADCipher
public interface GordianAEADCipher
GordianKnot base for AEAD Cipher.
-
Method Summary
-
Method Details
-
updateAAD
Process the passed AEAD data.- Parameters:
pBytes- AEAD Bytes to update cipher with- Throws:
GordianException- on error
-
updateAAD
Process the passed AEAD data.- Parameters:
pBytes- AEAD Bytes to update cipher withpOffset- offset within pBytes to read bytes frompLength- length of data to update with- Throws:
GordianException- on error
-