public class JCEPbeEncrypter extends JCEEncrypter
| Constructor and Description |
|---|
JCEPbeEncrypter(String transformation,
EncryptionKeyFactory keyFactory)
Initializes this class with a specific key factory and security provider instance.
|
JCEPbeEncrypter(String transformation,
EncryptionKeyFactory keyFactory,
Provider provider)
Initializes this class with a specific key factory and security provider instance.
|
JCEPbeEncrypter(String transformation,
String provider,
EncryptionKeyFactory keyFactory)
Initializes this class with a specific key factory and security provider instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected AlgorithmParameterSpec |
getAlgorithmParameterSpec(IvParameterSpec ivParam) |
decrypt, encryptpublic JCEPbeEncrypter(String transformation, EncryptionKeyFactory keyFactory)
transformation - The algorithm used for transformation.keyFactory - The key factory used for transformation.public JCEPbeEncrypter(String transformation, String provider, EncryptionKeyFactory keyFactory)
transformation - The algorithm used for transformation.keyFactory - The key factory used for transformation.provider - The name of the security provider used for transformation.public JCEPbeEncrypter(String transformation, EncryptionKeyFactory keyFactory, Provider provider)
transformation - The algorithm used for transformation.keyFactory - The key factory used for transformation.provider - The security provider used for transformation.protected AlgorithmParameterSpec getAlgorithmParameterSpec(IvParameterSpec ivParam)
getAlgorithmParameterSpec in class JCEEncrypterCopyright © 2024 MuleSoft, Inc.. All rights reserved.