public class JCEPbeEncryptor
extends org.mule.encryption.jce.JCEEncrypter
| Modifier and Type | Field and Description |
|---|---|
static Integer |
DEFAULT_ITERATOR_COUNT_VALUE |
static String |
DEFAULT_SALT_VALUE |
| Constructor and Description |
|---|
JCEPbeEncryptor(String transformation,
org.mule.encryption.key.EncryptionKeyFactory keyFactory,
PBEKeySpec pbeKeySpec) |
JCEPbeEncryptor(String transformation,
String provider,
org.mule.encryption.key.EncryptionKeyFactory keyFactory,
PBEKeySpec pbeKeySpec) |
| Modifier and Type | Method and Description |
|---|---|
protected AlgorithmParameterSpec |
getAlgorithmParameterSpec(IvParameterSpec ivParam) |
public static final String DEFAULT_SALT_VALUE
public static final Integer DEFAULT_ITERATOR_COUNT_VALUE
public JCEPbeEncryptor(String transformation, org.mule.encryption.key.EncryptionKeyFactory keyFactory, PBEKeySpec pbeKeySpec)
public JCEPbeEncryptor(String transformation, String provider, org.mule.encryption.key.EncryptionKeyFactory keyFactory, PBEKeySpec pbeKeySpec)
protected AlgorithmParameterSpec getAlgorithmParameterSpec(IvParameterSpec ivParam)
getAlgorithmParameterSpec in class org.mule.encryption.jce.JCEEncrypterCopyright © 2025 MuleSoft, Inc.. All rights reserved.