| Package | Description | 
|---|---|
| de.xima.fc.db | 
 Package mit allgemeinen Hilfsklassen für Datenbankzugriffe 
 | 
| de.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 | 
 Enummerationen die unter anderem innerhalb von Modellklassen referenziert werden. 
 | 
| de.xima.fc.security.encryption | 
| Modifier and Type | Method and Description | 
|---|---|
static EDBEncryptionAlgorithm | 
DatabasePropertiesHelper.getEncryptionAlgorithm()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
DatabasePropertiesHelper.storeEncryptionData(boolean formDataEncActive,
                   String password,
                   EDBEncryptionAlgorithm algorithm)  | 
| Modifier and Type | Method and Description | 
|---|---|
static EDBEncryptionAlgorithm | 
DBEncryptionPropertiesHelper.getAlgorithm()  | 
| Modifier and Type | Method and Description | 
|---|---|
IDBBinaryEncryptor | 
DBEncryptionProcessor.buildBinaryEncryptor(String encryptionPassword,
                    EDBEncryptionAlgorithm encryptionAlogrithm,
                    boolean active)  | 
IDBStringEncryptor | 
DBEncryptionProcessor.buildStringEncryptor(String encryptionPassword,
                    EDBEncryptionAlgorithm encryptionAlogrithm,
                    boolean active)  | 
EEncryptionTestResult | 
DBEncryptionProcessor.checkEncryption(DataSource datasource,
               String encrypionPassword,
               EDBEncryptionAlgorithm encryptionAlforithm)  | 
void | 
DBEncryptionProcessor.init(String password,
    EDBEncryptionAlgorithm algorithm)  | 
void | 
DBEncryptionProcessor.migrate(EDBEncryptionAlgorithm newAlgorithm,
       String newPassword)  | 
void | 
DBStringEncryptor.migrate(EDBEncryptionAlgorithm algorithm,
       String password,
       boolean active)  | 
void | 
DBBinaryEncryptor.migrate(EDBEncryptionAlgorithm algorithm,
       String password,
       boolean active)  | 
static void | 
DBEncryptionPropertiesHelper.store(boolean formDataEncActive,
     String password,
     EDBEncryptionAlgorithm algorithm)  | 
| Constructor and Description | 
|---|
DBBinaryEncryptor(Provider provider,
                 EDBEncryptionAlgorithm algorithm,
                 String password,
                 boolean isActive)  | 
DBStringEncryptor(Provider provider,
                 EDBEncryptionAlgorithm algorithm,
                 String password,
                 boolean isActive)  | 
| Modifier and Type | Method and Description | 
|---|---|
EDBEncryptionAlgorithm[] | 
EnumBean.getEDbEncryptionAlgorithm()  | 
| Modifier and Type | Method and Description | 
|---|---|
EDBEncryptionAlgorithm | 
DbEncryptionBean.getAlgorithm()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DbEncryptionBean.setAlgorithm(EDBEncryptionAlgorithm algorithm)  | 
| Modifier and Type | Method and Description | 
|---|---|
IDBBinaryEncryptor | 
IDBEncryptionProcessor.buildBinaryEncryptor(String encryptionPassword,
                    EDBEncryptionAlgorithm encryptionAlogrithm,
                    boolean active)  | 
IDBStringEncryptor | 
IDBEncryptionProcessor.buildStringEncryptor(String encryptionPassword,
                    EDBEncryptionAlgorithm encryptionAlogrithm,
                    boolean active)  | 
EEncryptionTestResult | 
IDBEncryptionProcessor.checkEncryption(DataSource datasource,
               String encrypionPassword,
               EDBEncryptionAlgorithm encryptionAlforithm)  | 
void | 
IDBEncryptionProcessor.migrate(EDBEncryptionAlgorithm newAlgorithm,
       String newPassword)  | 
void | 
IDBBinaryEncryptor.migrate(EDBEncryptionAlgorithm algorithm,
       String password,
       boolean active)  | 
void | 
IDBStringEncryptor.migrate(EDBEncryptionAlgorithm algorithm,
       String password,
       boolean active)  | 
| Modifier and Type | Method and Description | 
|---|---|
static EDBEncryptionAlgorithm | 
EDBEncryptionAlgorithm.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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static EEncryptionTestResult | 
DBEncryptionProvider.checkEncryption(DataSource datasource,
               String encrypionPassword,
               EDBEncryptionAlgorithm encryptionAlforithm)  | 
static void | 
DBEncryptionProvider.migrate(EDBEncryptionAlgorithm newAlgorithm,
       String newPassword)  | 
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.