public class CmdLineCipherTool extends AbstractCipherTool
| Constructor and Description |
|---|
CmdLineCipherTool() |
CmdLineCipherTool(byte[] sk,
byte[] ek) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
String |
prepare_property(String someString) |
decrypt, encryptpublic CmdLineCipherTool()
throws GeneralSecurityException
GeneralSecurityExceptionpublic CmdLineCipherTool(byte[] sk,
byte[] ek)
throws GeneralSecurityException
GeneralSecurityExceptionCopyright 2004-2020 Solace Corporation. All rights reserved.