Uses of Interface
de.xima.fc.persistence.hibernate.DbValueEncryptor
Packages that use DbValueEncryptor
-
Uses of DbValueEncryptor in de.xima.fc.persistence.hibernate
Methods in de.xima.fc.persistence.hibernate that return DbValueEncryptorModifier and TypeMethodDescriptionstatic <Decrypted extends Serializable, Encrypted extends Serializable>
DbValueEncryptor<Decrypted, Encrypted> DbValueEncryptorRegistry.getEncryptor(Class<Decrypted> unencryptedType, Class<Encrypted> encryptedType) -
Uses of DbValueEncryptor in de.xima.fc.persistence.impl.security
Classes in de.xima.fc.persistence.impl.security that implement DbValueEncryptorModifier and TypeClassDescriptionclassEncryptor that encrypts and decrypts byte array values.classEncryptor that converts Integer values to encrypted String values and vice versa.classEncryptor that converts String values to encrypted String values and vice versa.