Interface DbEncrypt

    • Method Detail

      • getEncryptDbType

        int getEncryptDbType()
        Return the DB type that encrypted Strings are stored in.

        This is VARCHAR for MySql and VARBINARY for most others.

      • isBindEncryptDataFirst

        boolean isBindEncryptDataFirst()
        Return true if the DB encrypt function binds the data before the key.