public abstract class AbstractCipherTool extends Object implements CipherTool
| Constructor and Description |
|---|
AbstractCipherTool(byte[] k) |
public AbstractCipherTool(byte[] k)
throws GeneralSecurityException
GeneralSecurityExceptionpublic byte[] encrypt(byte[] data)
throws GeneralSecurityException
encrypt in interface CipherToolGeneralSecurityExceptionpublic byte[] decrypt(byte[] data)
throws GeneralSecurityException
decrypt in interface CipherToolGeneralSecurityExceptionCopyright 2004-2020 Solace Corporation. All rights reserved.