Uses of Enum
de.xima.fc.mdl.enums.EDBEncryptionAlgorithm
Packages that use EDBEncryptionAlgorithm
Package
Description
Package mit allgemeinen Hilfsklassen für Datenbankzugriffe
Commonly used enumeration that are mainly used in model classes.
-
Uses of EDBEncryptionAlgorithm in de.xima.fc.db
Methods in de.xima.fc.db that return EDBEncryptionAlgorithmModifier and TypeMethodDescriptionstatic EDBEncryptionAlgorithm
DatabasePropertiesHelper.getEncryptionAlgorithm()
Methods in de.xima.fc.db with parameters of type EDBEncryptionAlgorithmModifier and TypeMethodDescriptionstatic void
DatabasePropertiesHelper.storeEncryptionData
(boolean formDataEncActive, String password, EDBEncryptionAlgorithm algorithm) -
Uses of EDBEncryptionAlgorithm in de.xima.fc.encryption.db
Methods in de.xima.fc.encryption.db that return EDBEncryptionAlgorithmModifier and TypeMethodDescriptionstatic EDBEncryptionAlgorithm
DBEncryptionPropertiesHelper.getAlgorithm()
Methods in de.xima.fc.encryption.db with parameters of type EDBEncryptionAlgorithmModifier and TypeMethodDescriptionDBEncryptionProcessor.buildBinaryEncryptor
(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm, boolean active) DBEncryptionProcessor.buildStringEncryptor
(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm, boolean active) DBEncryptionProcessor.checkEncryption
(DataSource datasource, String encrypionPassword, EDBEncryptionAlgorithm encryptionAlforithm) void
DBEncryptionProcessor.init
(String password, EDBEncryptionAlgorithm algorithm) void
DBBinaryEncryptor.migrate
(EDBEncryptionAlgorithm algorithm, String password, boolean active) void
DBEncryptionProcessor.migrate
(EDBEncryptionAlgorithm newAlgorithm, String newPassword) void
DBStringEncryptor.migrate
(EDBEncryptionAlgorithm algorithm, String password, boolean active) static void
DBEncryptionPropertiesHelper.store
(boolean formDataEncActive, String password, EDBEncryptionAlgorithm algorithm) Constructors in de.xima.fc.encryption.db with parameters of type EDBEncryptionAlgorithmModifierConstructorDescriptionDBBinaryEncryptor
(Provider provider, EDBEncryptionAlgorithm algorithm, String password, boolean isActive) DBStringEncryptor
(Provider provider, EDBEncryptionAlgorithm algorithm, String password, boolean isActive) -
Uses of EDBEncryptionAlgorithm in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return EDBEncryptionAlgorithm -
Uses of EDBEncryptionAlgorithm in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return EDBEncryptionAlgorithmModifier and TypeMethodDescriptionDbEncryptionBean.getAlgorithm()
Deprecated.UpdateBean.DbEncryption.getAlgorithm()
Methods in de.xima.fc.gui.bean.settings with parameters of type EDBEncryptionAlgorithmModifier and TypeMethodDescriptionvoid
DbEncryptionBean.setAlgorithm
(EDBEncryptionAlgorithm algorithm) Deprecated.void
UpdateBean.DbEncryption.setAlgorithm
(EDBEncryptionAlgorithm algorithm) -
Uses of EDBEncryptionAlgorithm in de.xima.fc.interfaces.security.encryption
Methods in de.xima.fc.interfaces.security.encryption with parameters of type EDBEncryptionAlgorithmModifier and TypeMethodDescriptionIDBEncryptionProcessor.buildBinaryEncryptor
(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlogrithm, boolean active) IDBEncryptionProcessor.buildStringEncryptor
(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlogrithm, boolean active) IDBEncryptionProcessor.checkEncryption
(DataSource datasource, String encrypionPassword, EDBEncryptionAlgorithm encryptionAlforithm) void
IDBBinaryEncryptor.migrate
(EDBEncryptionAlgorithm algorithm, String password, boolean active) void
IDBEncryptionProcessor.migrate
(EDBEncryptionAlgorithm newAlgorithm, String newPassword) void
IDBStringEncryptor.migrate
(EDBEncryptionAlgorithm algorithm, String password, boolean active) -
Uses of EDBEncryptionAlgorithm in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EDBEncryptionAlgorithmModifier and TypeMethodDescriptionstatic EDBEncryptionAlgorithm
Returns the enum constant of this type with the specified name.static EDBEncryptionAlgorithm[]
EDBEncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EDBEncryptionAlgorithm in de.xima.fc.security.encryption
Methods in de.xima.fc.security.encryption with parameters of type EDBEncryptionAlgorithmModifier and TypeMethodDescriptionstatic EEncryptionTestResult
DBEncryptionProvider.checkEncryption
(DataSource datasource, String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm) static void
DBEncryptionProvider.migrate
(EDBEncryptionAlgorithm newAlgorithm, String newPassword) -
Uses of EDBEncryptionAlgorithm in de.xima.fc.update
Methods in de.xima.fc.update with parameters of type EDBEncryptionAlgorithmModifier and TypeMethodDescriptionFormcycleUpdate.Builder.withEncryptionMigration
(String password, EDBEncryptionAlgorithm algorithm, boolean encryptFormData)