Uses of Enum
de.xima.fc.mdl.enums.EEncryptionTestResult
Packages that use EEncryptionTestResult
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of EEncryptionTestResult in de.xima.fc.encryption.db
Methods in de.xima.fc.encryption.db that return EEncryptionTestResultModifier and TypeMethodDescriptionDBEncryptionProcessor.checkEncryption
(DataSource datasource, IDBStringEncryptor encryptor) 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 EEncryptionTestResultModifier and TypeMethodDescriptionIDBEncryptionProcessor.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 EEncryptionTestResultModifier and TypeMethodDescriptionstatic EEncryptionTestResult
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 EEncryptionTestResultModifier and TypeMethodDescriptionstatic EEncryptionTestResult
DBEncryptionProvider.checkEncryption
(DataSource datasource, String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm)