public class JCEPbeEncrypter extends JCEEncrypter
| Constructor and Description |
|---|
JCEPbeEncrypter(String transformation,
EncryptionKeyFactory keyFactory) |
JCEPbeEncrypter(String transformation,
String provider,
EncryptionKeyFactory keyFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initCipher(Cipher cipher,
Key cipherKey,
int mode) |
decrypt, encryptpublic JCEPbeEncrypter(String transformation, EncryptionKeyFactory keyFactory)
public JCEPbeEncrypter(String transformation, String provider, EncryptionKeyFactory keyFactory)
protected void initCipher(Cipher cipher, Key cipherKey, int mode) throws InvalidKeyException, InvalidAlgorithmParameterException
initCipher in class JCEEncrypterInvalidKeyExceptionInvalidAlgorithmParameterExceptionCopyright © 2019 MuleSoft, Inc.. All rights reserved.