java.lang.Object
io.ebeaninternal.server.type.SimpleAesEncryptor
- All Implemented Interfaces:
Encryptor
Simple AES based encryption and decryption.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]decrypt(byte[] data, EncryptKey encryptKey) decryptString(byte[] data, EncryptKey key) byte[]encrypt(byte[] data, EncryptKey encryptKey) byte[]encryptString(String valueFormatValue, EncryptKey key)
-
Constructor Details
-
SimpleAesEncryptor
public SimpleAesEncryptor()
-
-
Method Details
-
decrypt
-
encrypt
-
decryptString
- Specified by:
decryptStringin interfaceEncryptor
-
encryptString
- Specified by:
encryptStringin interfaceEncryptor
-