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, String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm) Deprecated, for removal: This API element is subject to removal in a future version. -
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) Deprecated. -
Uses of EEncryptionTestResult in de.xima.fc.mdl.enums
Subclasses with type arguments of type EEncryptionTestResult in de.xima.fc.mdl.enumsMethods in de.xima.fc.mdl.enums that return EEncryptionTestResultModifier and TypeMethodDescriptionstatic EEncryptionTestResultReturns 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 EEncryptionTestResultDBEncryptionProvider.checkEncryption(DataSource datasource, String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm) Deprecated.