public class CipherUtil extends Object
| Constructor and Description |
|---|
CipherUtil(byte[] key) |
CipherUtil(SecretKey secretkey) |
| Modifier and Type | Method and Description |
|---|---|
Cipher |
getDecryptingCipher() |
Cipher |
getEncryptingCipher() |
public CipherUtil(SecretKey secretkey) throws GeneralSecurityException
GeneralSecurityExceptionpublic CipherUtil(byte[] key)
throws GeneralSecurityException
GeneralSecurityExceptionCopyright 2004-2019 Solace Corporation. All rights reserved.