public class ByteEncryptorStringEncryptorDelegate extends Object implements org.jasypt.encryption.StringEncryptor
ByteEncryptor and converts results to/from Base64 for string
representation.| Constructor and Description |
|---|
ByteEncryptorStringEncryptorDelegate(org.jasypt.encryption.ByteEncryptor delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encryptedMessage) |
String |
encrypt(String message) |
Copyright © 2019. All rights reserved.