| Package | Description |
|---|---|
| com.mulesoft.modules.cryptography.api.jce.config | |
| com.mulesoft.modules.cryptography.internal.jce |
| Modifier and Type | Method and Description |
|---|---|
static JceEncryptionPbeAlgorithm |
JceEncryptionPbeAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JceEncryptionPbeAlgorithm[] |
JceEncryptionPbeAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
JceOperations.jceDecryptPbe(InputStream content,
JceEncryptionPbeAlgorithm algorithm,
String password)
Decrypt a stream using JCE, with a password.
|
InputStream |
JceOperations.jceEncryptPbe(InputStream content,
JceEncryptionPbeAlgorithm algorithm,
String password)
Encrypt a stream using JCE, with a password.
|
Copyright © 2024 MuleSoft, Inc.. All rights reserved.