Interface GordianKeySetCipher
- All Superinterfaces:
GordianCipher
- All Known Subinterfaces:
GordianKeySetAADCipher
KeySet Cipher.
-
Method Summary
Modifier and TypeMethodDescriptionvoidInitialise the cipher for decryption.voidInitialise the cipher for encryption.
-
Method Details
-
initForEncrypt
Initialise the cipher for encryption.- Throws:
GordianException- on error
-
initForDecrypt
Initialise the cipher for decryption.- Throws:
GordianException- on error
-