Uses of Interface
de.xima.fc.interfaces.security.encryption.IDBBinaryEncryptor
-
Packages that use IDBBinaryEncryptor Package Description de.xima.fc.encryption.db de.xima.fc.interfaces.security.encryption de.xima.fc.security.encryption -
-
Uses of IDBBinaryEncryptor in de.xima.fc.encryption.db
Classes in de.xima.fc.encryption.db that implement IDBBinaryEncryptor Modifier and Type Class Description class
DBBinaryEncryptor
Methods in de.xima.fc.encryption.db that return IDBBinaryEncryptor Modifier and Type Method Description IDBBinaryEncryptor
DBEncryptionProcessor. buildBinaryEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm, boolean active)
IDBBinaryEncryptor
DBEncryptionProcessor. getBinaryEncryptor()
IDBBinaryEncryptor
DBEncryptionProcessor. getFormDataBinaryEncryptor()
-
Uses of IDBBinaryEncryptor in de.xima.fc.interfaces.security.encryption
Methods in de.xima.fc.interfaces.security.encryption that return IDBBinaryEncryptor Modifier and Type Method Description IDBBinaryEncryptor
IDBEncryptionProcessor. buildBinaryEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlogrithm, boolean active)
IDBBinaryEncryptor
IDBEncryptionProcessor. getBinaryEncryptor()
IDBBinaryEncryptor
IDBEncryptionProcessor. getFormDataBinaryEncryptor()
-
Uses of IDBBinaryEncryptor in de.xima.fc.security.encryption
Methods in de.xima.fc.security.encryption that return IDBBinaryEncryptor Modifier and Type Method Description protected IDBBinaryEncryptor
FCEncryptedBinaryType. getEncryptor()
protected IDBBinaryEncryptor
FormDataEncryptedBinaryType. getEncryptor()
-