public interface IPBEStringEncryptor extends IPBEEncryptor
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encryptedMessage) |
String |
encrypt(String message) |
decrypt, encrypt, isInitializedString encrypt(String message) throws PBEException
PBEExceptionString decrypt(String encryptedMessage) throws PBEException
PBEExceptionCopyright © 2018. All rights reserved.