| Package | Description |
|---|---|
| com.mulesoft.modules.cryptography.api.jce.config | |
| com.mulesoft.modules.cryptography.internal.jce |
| Modifier and Type | Method and Description |
|---|---|
static JceSignaturePbeAlgorithm |
JceSignaturePbeAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JceSignaturePbeAlgorithm[] |
JceSignaturePbeAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JceOperations.jceSignPbe(InputStream content,
JceSignaturePbeAlgorithm algorithm,
String password)
Sign a stream using JCE, with a key.
|
void |
JceOperations.jceValidatePbe(InputStream value,
String expected,
JceSignaturePbeAlgorithm algorithm,
String password)
Validate a stream against a signature, using a key.
|
Copyright © 2024 MuleSoft, Inc.. All rights reserved.