Uses of Interface
io.ebean.config.EncryptKey
-
Uses of EncryptKey in io.ebean.config
Modifier and TypeMethodDescriptionEncryptKeyManager.getEncryptKey
(String tableName, String columnName) Return the key used to encrypt and decrypt a property mapping to the given table and column.Modifier and TypeMethodDescriptionbyte[]
Encryptor.decrypt
(byte[] data, EncryptKey key) Decrypt the data using the key.Encryptor.decryptString
(byte[] data, EncryptKey key) Decrypt the data returning a formatted string value using a key.byte[]
Encryptor.encrypt
(byte[] data, EncryptKey key) Encrypt the data using the key.byte[]
Encryptor.encryptString
(String formattedValue, EncryptKey key) Encrypt the formatted string value using a key.