public interface CipherTool
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] data) |
byte[] |
encrypt(byte[] data) |
byte[] encrypt(byte[] data)
throws GeneralSecurityException
GeneralSecurityExceptionbyte[] decrypt(byte[] data)
throws GeneralSecurityException
GeneralSecurityExceptionCopyright 2004-2019 Solace Corporation. All rights reserved.