| Package | Description |
|---|---|
| org.mule.encryption.jce | |
| org.mule.encryption.key |
| Constructor and Description |
|---|
JCEEncrypter(String transformation,
EncryptionKeyFactory keyFactory)
Initializes this class with a specific key factory and security provider instance, setting the password salt does not have to
be generated using a random IV.
|
JCEEncrypter(String transformation,
EncryptionKeyFactory keyFactory,
boolean useRandomIV)
Initializes this class with a specific key factory and security provider instance, allowing to determine if the password salt
has to be generated using a random IV.
|
JCEEncrypter(String transformation,
EncryptionKeyFactory keyFactory,
boolean useRandomIV,
Provider provider)
Initializes this class with a specific key factory and security provider instance, allowing to determine if the password salt
has to be generated using a random IV.
|
JCEEncrypter(String transformation,
EncryptionKeyFactory keyFactory,
Provider provider)
Initializes this class with a specific key factory and security provider instance, setting the password salt does not have to
be generated using a random IV.
|
JCEEncrypter(String transformation,
String provider,
EncryptionKeyFactory keyFactory)
Initializes this class with a specific key factory and security provider instance, setting the password salt does not have to
be generated using a random IV.
|
JCEEncrypter(String transformation,
String provider,
EncryptionKeyFactory keyFactory,
boolean useRandomIV)
Initializes this class with a specific key factory and security provider instance, allowing to determine if the password salt
has to be generated using a random IV.
|
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 | Interface and Description |
|---|---|
interface |
SymmetricKeyFactory
EncryptionKeyFactory which uses the same key for both encrypting and decrypting |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.