Class EncryptionInitInfo


  • public final class EncryptionInitInfo
    extends java.lang.Object
    The initial initialization information of an encryption plugin.

    Communicates success or failure, and contains the ciphers for encryption and decryption.

    Since:
    4.0
    Author:
    Mark Rotteveel
    • Method Detail

      • isSuccess

        public boolean isSuccess()
      • getEncryptionCipher

        public javax.crypto.Cipher getEncryptionCipher()
      • getDecryptionCipher

        public javax.crypto.Cipher getDecryptionCipher()
      • getException

        public java.sql.SQLException getException()
        Returns:
        null on SUCCESS, otherwise exception with the cause of failure (multiple exceptions may be chained!)