Class ByteEncryptorStringEncryptorDelegate
- java.lang.Object
-
- com.ulisesbocchio.jasyptspringboot.encryptor.ByteEncryptorStringEncryptorDelegate
-
- All Implemented Interfaces:
org.jasypt.encryption.StringEncryptor
- Direct Known Subclasses:
SimpleAsymmetricStringEncryptor,SimpleGCMStringEncryptor
public class ByteEncryptorStringEncryptorDelegate extends Object implements org.jasypt.encryption.StringEncryptor
String Encryptor that delegates always to aByteEncryptorand converts results to/from Base64 for string representation.- Author:
- Ulises Bocchio
-
-
Constructor Summary
Constructors Constructor Description ByteEncryptorStringEncryptorDelegate(org.jasypt.encryption.ByteEncryptor delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdecrypt(String encryptedMessage)Stringencrypt(String message)
-