public interface Base64CipherTool extends CipherTool
| Modifier and Type | Method and Description |
|---|---|
String |
decryptBase64(String someString) |
String |
encryptBase64(String someString) |
decrypt, encryptString decryptBase64(String someString) throws GeneralSecurityException
GeneralSecurityExceptionString encryptBase64(String someString) throws GeneralSecurityException
GeneralSecurityExceptionCopyright 2004-2019 Solace Corporation. All rights reserved.