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 EDBEncryptionAlgorithmDatabasePropertiesHelper.getEncryptionAlgorithm()Methods in de.xima.fc.db with parameters of type EDBEncryptionAlgorithmModifier and TypeMethodDescriptionstatic voidDatabasePropertiesHelper.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 EDBEncryptionAlgorithmDBEncryptionPropertiesHelper.getAlgorithm()Methods in de.xima.fc.encryption.db with parameters of type EDBEncryptionAlgorithmModifier and TypeMethodDescriptionDBEncryptionProcessor.buildBinaryEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm, boolean active) Deprecated, for removal: This API element is subject to removal in a future version.DBEncryptionProcessor.buildStringEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm, boolean active) Deprecated, for removal: This API element is subject to removal in a future version.DBEncryptionProcessor.checkEncryption(DataSource datasource, String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm) Deprecated, for removal: This API element is subject to removal in a future version.voidDBBinaryEncryptor.migrate(EDBEncryptionAlgorithm algorithm, String password, boolean active) Deprecated.voidDBEncryptionProcessor.migrate(EDBEncryptionAlgorithm newAlgorithm, String newPassword) Deprecated, for removal: This API element is subject to removal in a future version.voidDBStringEncryptor.migrate(EDBEncryptionAlgorithm algorithm, String password, boolean active) Deprecated.static voidDBEncryptionPropertiesHelper.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) Deprecated.DBStringEncryptor(Provider provider, EDBEncryptionAlgorithm algorithm, String password, boolean isActive) Deprecated. -
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, for removal: This API element is subject to removal in a future version.UpdateBean.DbEncryption.getAlgorithm()Methods in de.xima.fc.gui.bean.settings with parameters of type EDBEncryptionAlgorithmModifier and TypeMethodDescriptionvoidDbEncryptionBean.setAlgorithm(EDBEncryptionAlgorithm algorithm) Deprecated, for removal: This API element is subject to removal in a future version.voidUpdateBean.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) Deprecated.IDBEncryptionProcessor.buildStringEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlogrithm, boolean active) Deprecated.IDBEncryptionProcessor.checkEncryption(DataSource datasource, String encrypionPassword, EDBEncryptionAlgorithm encryptionAlforithm) Deprecated.voidIDBBinaryEncryptor.migrate(EDBEncryptionAlgorithm algorithm, String password, boolean active) Deprecated.voidIDBEncryptionProcessor.migrate(EDBEncryptionAlgorithm newAlgorithm, String newPassword) Deprecated.voidIDBStringEncryptor.migrate(EDBEncryptionAlgorithm algorithm, String password, boolean active) Deprecated. -
Uses of EDBEncryptionAlgorithm in de.xima.fc.mdl.enums
Subclasses with type arguments of type EDBEncryptionAlgorithm in de.xima.fc.mdl.enumsMethods in de.xima.fc.mdl.enums that return EDBEncryptionAlgorithmModifier and TypeMethodDescriptionstatic EDBEncryptionAlgorithmReturns the enum constant corresponding to the given algorithm name.static EDBEncryptionAlgorithmReturns 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 EEncryptionTestResultDBEncryptionProvider.checkEncryption(DataSource datasource, String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm) Deprecated.static voidDBEncryptionProvider.migrate(EDBEncryptionAlgorithm newAlgorithm, String newPassword) Deprecated. -
Uses of EDBEncryptionAlgorithm in de.xima.fc.update
Methods in de.xima.fc.update with parameters of type EDBEncryptionAlgorithmModifier and TypeMethodDescriptionFormcycleUpdate.Builder.withEncryptionCredentials(String password, EDBEncryptionAlgorithm algorithm, boolean encryptFormData) Sets the credentials for database encryption.FormcycleUpdate.Builder.withMigrateCredentials(String password, EDBEncryptionAlgorithm algorithm, boolean encryptFormData) Deprecated.
FormcycleUpdate.Builder.withEncryptionCredentials(String, EDBEncryptionAlgorithm, boolean)instead.