Interface IDBEncryptionProcessor
- All Known Implementing Classes:
DBEncryptionProcessor
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionbuildBinaryEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlogrithm, boolean active) Deprecated.buildStringEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlogrithm, boolean active) Deprecated.checkEncryption(DataSource datasource, String encrypionPassword, EDBEncryptionAlgorithm encryptionAlforithm) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.voidinit()Deprecated.booleanDeprecated.voidmigrate(EDBEncryptionAlgorithm newAlgorithm, String newPassword) Deprecated.
-
Method Details
-
getStringEncryptor
IDBStringEncryptor getStringEncryptor()Deprecated. -
getBinaryEncryptor
IDBBinaryEncryptor getBinaryEncryptor()Deprecated. -
getFormDataStringEncryptor
IDBStringEncryptor getFormDataStringEncryptor()Deprecated. -
getFormDataBinaryEncryptor
IDBBinaryEncryptor getFormDataBinaryEncryptor()Deprecated. -
migrate
Deprecated. -
buildBinaryEncryptor
IDBBinaryEncryptor buildBinaryEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlogrithm, boolean active) Deprecated. -
buildStringEncryptor
IDBStringEncryptor buildStringEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlogrithm, boolean active) Deprecated. -
checkEncryption
EEncryptionTestResult checkEncryption(DataSource datasource, String encrypionPassword, EDBEncryptionAlgorithm encryptionAlforithm) throws SQLException Deprecated.- Throws:
SQLException
-
isConfigurationValid
boolean isConfigurationValid()Deprecated. -
init
void init()Deprecated.
-