Uses of Class
de.xima.fc.mdl.enums.EEncryptionTestResult
-
Packages that use EEncryptionTestResult Package Description de.xima.fc.encryption.db de.xima.fc.interfaces.security.encryption de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.security.encryption -
-
Uses of EEncryptionTestResult in de.xima.fc.encryption.db
Methods in de.xima.fc.encryption.db that return EEncryptionTestResult Modifier and Type Method Description EEncryptionTestResult
DBEncryptionProcessor. checkEncryption(DataSource datasource, IDBStringEncryptor encryptor)
EEncryptionTestResult
DBEncryptionProcessor. checkEncryption(DataSource datasource, String encrypionPassword, EDBEncryptionAlgorithm encryptionAlforithm)
-
Uses of EEncryptionTestResult in de.xima.fc.interfaces.security.encryption
Methods in de.xima.fc.interfaces.security.encryption that return EEncryptionTestResult Modifier and Type Method Description EEncryptionTestResult
IDBEncryptionProcessor. checkEncryption(DataSource datasource, String encrypionPassword, EDBEncryptionAlgorithm encryptionAlforithm)
-
Uses of EEncryptionTestResult in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EEncryptionTestResult Modifier and Type Method Description static EEncryptionTestResult
EEncryptionTestResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static EEncryptionTestResult[]
EEncryptionTestResult. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EEncryptionTestResult in de.xima.fc.security.encryption
Methods in de.xima.fc.security.encryption that return EEncryptionTestResult Modifier and Type Method Description static EEncryptionTestResult
DBEncryptionProvider. checkEncryption(DataSource datasource, String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm)
-