| 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 |
|---|---|
JceKeyInfo |
JceKeySelection.getKeyInfo(JceConfiguration config) |
| Constructor and Description |
|---|
JceAsymmetricKeyImpl(JceConfiguration config,
JceAsymmetricKeyInfo keyInfo) |
JceSymmetricKeyImpl(JceConfiguration config,
JceSymmetricKeyInfo keyInfo) |
| 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.
|
| Constructor and Description |
|---|
XmlAsymmetricKeyImpl(JceConfiguration config,
JceAsymmetricKeyInfo keyInfo,
boolean useInternalCertificate) |
XmlAsymmetricKeyImpl(JceConfiguration config,
JceAsymmetricKeyInfo keyInfo,
EphemeralKeyInfo ephemeralKeyInfo) |
XmlAsymmetricKeyImpl(JceConfiguration config,
JceAsymmetricKeyInfo keyInfo,
EphemeralKeyInfo ephemeralKeyInfo,
boolean useInternalCertificate) |
XmlSymmetricKeyImpl(JceConfiguration config,
JceSymmetricKeyInfo keyInfo) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.