Uses of Interface
de.xima.fc.interfaces.security.encryption.IDBStringEncryptor
-
Packages that use IDBStringEncryptor Package Description de.xima.fc.encryption.db de.xima.fc.interfaces.security.encryption de.xima.fc.security.encryption -
-
Uses of IDBStringEncryptor in de.xima.fc.encryption.db
Classes in de.xima.fc.encryption.db that implement IDBStringEncryptor Modifier and Type Class Description class
DBStringEncryptor
Methods in de.xima.fc.encryption.db that return IDBStringEncryptor Modifier and Type Method Description IDBStringEncryptor
DBEncryptionProcessor. buildStringEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm, boolean active)
IDBStringEncryptor
DBEncryptionProcessor. getFormDataStringEncryptor()
IDBStringEncryptor
DBEncryptionProcessor. getStringEncryptor()
Methods in de.xima.fc.encryption.db with parameters of type IDBStringEncryptor Modifier and Type Method Description EEncryptionTestResult
DBEncryptionProcessor. checkEncryption(DataSource datasource, IDBStringEncryptor encryptor)
-
Uses of IDBStringEncryptor in de.xima.fc.interfaces.security.encryption
Methods in de.xima.fc.interfaces.security.encryption that return IDBStringEncryptor Modifier and Type Method Description IDBStringEncryptor
IDBEncryptionProcessor. buildStringEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlogrithm, boolean active)
IDBStringEncryptor
IDBEncryptionProcessor. getFormDataStringEncryptor()
IDBStringEncryptor
IDBEncryptionProcessor. getStringEncryptor()
-
Uses of IDBStringEncryptor in de.xima.fc.security.encryption
Methods in de.xima.fc.security.encryption that return IDBStringEncryptor Modifier and Type Method Description protected IDBStringEncryptor
FCEncryptedIntegerType. getEncryptor()
protected IDBStringEncryptor
FCEncryptedStringType. getEncryptor()
protected IDBStringEncryptor
FormDataEncryptedStringType. getEncryptor()
-