| Package | Description |
|---|---|
| com.mulesoft.modules.cryptography.api.jce.config | |
| com.mulesoft.modules.cryptography.internal.jce |
| Modifier and Type | Method and Description |
|---|---|
static JceSignatureKeyAlgorithm |
JceSignatureKeyAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JceSignatureKeyAlgorithm[] |
JceSignatureKeyAlgorithm.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.jceSign(JceConfiguration config,
InputStream content,
JceSignatureKeyAlgorithm algorithm,
JceKeySelection keySelection)
Sign a stream using JCE, with a key.
|
void |
JceOperations.jceValidate(JceConfiguration config,
InputStream value,
String expected,
JceSignatureKeyAlgorithm algorithm,
JceKeySelection keySelection)
Validate a stream against a signature, using a key.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.