Uses of Interface
de.xima.fc.interfaces.security.encryption.IDBStringEncryptor
Packages that use IDBStringEncryptor
Package
Description
- 
Uses of IDBStringEncryptor in de.xima.fc.encryption.db
Classes in de.xima.fc.encryption.db that implement IDBStringEncryptorMethods in de.xima.fc.encryption.db that return IDBStringEncryptorModifier and TypeMethodDescriptionDBEncryptionProcessor.buildStringEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlgorithm, boolean active) DBEncryptionProcessor.getFormDataStringEncryptor()DBEncryptionProcessor.getStringEncryptor()Methods in de.xima.fc.encryption.db with parameters of type IDBStringEncryptorModifier and TypeMethodDescriptionDBEncryptionProcessor.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 IDBStringEncryptorModifier and TypeMethodDescriptionIDBEncryptionProcessor.buildStringEncryptor(String encryptionPassword, EDBEncryptionAlgorithm encryptionAlogrithm, boolean active) IDBEncryptionProcessor.getFormDataStringEncryptor()IDBEncryptionProcessor.getStringEncryptor() - 
Uses of IDBStringEncryptor in de.xima.fc.security.encryption
Methods in de.xima.fc.security.encryption that return IDBStringEncryptorModifier and TypeMethodDescriptionprotected IDBStringEncryptorFCEncryptedIntegerType.getEncryptor()protected IDBStringEncryptorFCEncryptedStringType.getEncryptor()protected IDBStringEncryptorFormDataEncryptedStringType.getEncryptor()