| Package | Description |
|---|---|
| com.mulesoft.modules.cryptography.internal.jce | |
| com.mulesoft.modules.cryptography.internal.xml |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
JceOperations.jceDecrypt(JceConfiguration config,
InputStream content,
JceEncryptionKeyAlgorithmSelection algorithmSelection,
JceKeySelection keySelection)
Decrypt a stream using JCE, with a key.
|
InputStream |
JceOperations.jceEncrypt(JceConfiguration config,
InputStream content,
JceEncryptionKeyAlgorithmSelection algorithmSelection,
JceKeySelection keySelection)
Encrypt a stream using JCE, with a key.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
XmlOperations.xmlDecrypt(JceConfiguration config,
InputStream content,
String elementPath,
JceKeySelection keySelection)
Decrypt the XML document.
|
InputStream |
XmlOperations.xmlEncrypt(JceConfiguration config,
InputStream content,
XmlEncryptionAlgorithm algorithm,
String elementPath,
boolean encryptContent,
JceKeySelection keySelection,
EphemeralKeyInfo ephemeralKeyInfo)
Encrypt the XML document.
|
InputStream |
XmlOperations.xmlSign(JceConfiguration config,
InputStream content,
XmlSignDigestAlgorithm digestAlgorithm,
XmlCanonicalizationAlgorithm canonicalizationAlgorithm,
XmlSignatureType type,
String elementPath,
JceKeySelection keySelection)
Sign an XML document.
|
void |
XmlOperations.xmlValidate(JceConfiguration config,
InputStream content,
String elementPath,
JceKeySelection keySelection,
boolean useInlineCertificateIfPresent)
Validate an XML signed document.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.