Uses of Class
de.xima.fc.mdl.enums.EDBEncryptionAlgorithm
-
Packages that use EDBEncryptionAlgorithm Package Description de.xima.fc.db Package mit allgemeinen Hilfsklassen für Datenbankzugriffede.xima.fc.encryption.db de.xima.fc.gui.bean.application de.xima.fc.gui.bean.settings 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 de.xima.fc.update -
-
Uses of EDBEncryptionAlgorithm in de.xima.fc.db
Methods in de.xima.fc.db that return EDBEncryptionAlgorithm Modifier and Type Method Description static EDBEncryptionAlgorithmDatabasePropertiesHelper. getEncryptionAlgorithm()Methods in de.xima.fc.db with parameters of type EDBEncryptionAlgorithm Modifier and Type Method Description static 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 EDBEncryptionAlgorithm Modifier and Type Method Description static EDBEncryptionAlgorithmDBEncryptionPropertiesHelper. getAlgorithm()Methods in de.xima.fc.encryption.db with parameters of type EDBEncryptionAlgorithm Modifier and Type Method Description IDBBinaryEncryptorDBEncryptionProcessor. buildBinaryEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm, boolean active)IDBStringEncryptorDBEncryptionProcessor. buildStringEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm, boolean active)EEncryptionTestResultDBEncryptionProcessor. checkEncryption(DataSource datasource, String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm)voidDBBinaryEncryptor. migrate(EDBEncryptionAlgorithm algorithm, String password, boolean active)voidDBEncryptionProcessor. migrate(EDBEncryptionAlgorithm newAlgorithm, String newPassword)voidDBStringEncryptor. migrate(EDBEncryptionAlgorithm algorithm, String password, boolean active)static voidDBEncryptionPropertiesHelper. store(boolean formDataEncActive, String password, EDBEncryptionAlgorithm algorithm)Constructors in de.xima.fc.encryption.db with parameters of type EDBEncryptionAlgorithm Constructor Description DBBinaryEncryptor(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 Modifier and Type Method Description EDBEncryptionAlgorithm[]EnumBean. getEDbEncryptionAlgorithm() -
Uses of EDBEncryptionAlgorithm in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return EDBEncryptionAlgorithm Modifier and Type Method Description EDBEncryptionAlgorithmDbEncryptionBean. getAlgorithm()Deprecated.EDBEncryptionAlgorithmUpdateBean.DbEncryption. getAlgorithm()Methods in de.xima.fc.gui.bean.settings with parameters of type EDBEncryptionAlgorithm Modifier and Type Method Description voidDbEncryptionBean. setAlgorithm(EDBEncryptionAlgorithm algorithm)Deprecated.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 EDBEncryptionAlgorithm Modifier and Type Method Description IDBBinaryEncryptorIDBEncryptionProcessor. buildBinaryEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlogrithm, boolean active)IDBStringEncryptorIDBEncryptionProcessor. buildStringEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlogrithm, boolean active)EEncryptionTestResultIDBEncryptionProcessor. checkEncryption(DataSource datasource, String encrypionPassword, EDBEncryptionAlgorithm encryptionAlforithm)voidIDBBinaryEncryptor. migrate(EDBEncryptionAlgorithm algorithm, String password, boolean active)voidIDBEncryptionProcessor. migrate(EDBEncryptionAlgorithm newAlgorithm, String newPassword)voidIDBStringEncryptor. 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 EDBEncryptionAlgorithm Modifier and Type Method Description static EDBEncryptionAlgorithmEDBEncryptionAlgorithm. valueOf(String name)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 EDBEncryptionAlgorithm Modifier and Type Method Description static EEncryptionTestResultDBEncryptionProvider. checkEncryption(DataSource datasource, String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm)static voidDBEncryptionProvider. migrate(EDBEncryptionAlgorithm newAlgorithm, String newPassword) -
Uses of EDBEncryptionAlgorithm in de.xima.fc.update
Methods in de.xima.fc.update with parameters of type EDBEncryptionAlgorithm Modifier and Type Method Description FormcycleUpdate.BuilderFormcycleUpdate.Builder. withMigrateCredentials(String password, EDBEncryptionAlgorithm algorithm, boolean encryptFormData)
-