Uses of Interface
de.xima.fc.interfaces.security.encryption.IDBBinaryEncryptor
Packages that use IDBBinaryEncryptor
Package
Description
-
Uses of IDBBinaryEncryptor in de.xima.fc.encryption.db
Classes in de.xima.fc.encryption.db that implement IDBBinaryEncryptorMethods in de.xima.fc.encryption.db that return IDBBinaryEncryptorModifier and TypeMethodDescriptionDBEncryptionProcessor.buildBinaryEncryptor
(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm, boolean active) DBEncryptionProcessor.getBinaryEncryptor()
DBEncryptionProcessor.getFormDataBinaryEncryptor()
-
Uses of IDBBinaryEncryptor in de.xima.fc.interfaces.security.encryption
Methods in de.xima.fc.interfaces.security.encryption that return IDBBinaryEncryptorModifier and TypeMethodDescriptionIDBEncryptionProcessor.buildBinaryEncryptor
(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlogrithm, boolean active) IDBEncryptionProcessor.getBinaryEncryptor()
IDBEncryptionProcessor.getFormDataBinaryEncryptor()
-
Uses of IDBBinaryEncryptor in de.xima.fc.security.encryption
Methods in de.xima.fc.security.encryption that return IDBBinaryEncryptorModifier and TypeMethodDescriptionprotected IDBBinaryEncryptor
FCEncryptedBinaryType.getEncryptor()
protected IDBBinaryEncryptor
FormDataEncryptedBinaryType.getEncryptor()