| Modifier and Type | Method and Description |
|---|---|
static XmlSignatureType |
XmlSignatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlSignatureType[] |
XmlSignatureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
XmlOperations.xmlSign(JceConfiguration config,
InputStream content,
XmlSignDigestAlgorithm digestAlgorithm,
XmlCanonicalizationAlgorithm canonicalizationAlgorithm,
XmlSignatureType type,
String elementPath,
JceKeySelection keySelection)
Sign an XML document.
|
| Modifier and Type | Method and Description |
|---|---|
abstract InputStream |
XmlKeyImpl.sign(InputStream content,
XmlSignDigestAlgorithm digestAlgorithm,
XmlCanonicalizationAlgorithm canonicalizationAlgorithm,
XmlSignatureType type,
String elementPath) |
InputStream |
XmlAsymmetricKeyImpl.sign(InputStream content,
XmlSignDigestAlgorithm digestAlgorithm,
XmlCanonicalizationAlgorithm canonicalizationAlgorithm,
XmlSignatureType type,
String elementPath) |
InputStream |
XmlSymmetricKeyImpl.sign(InputStream content,
XmlSignDigestAlgorithm digestAlgorithm,
XmlCanonicalizationAlgorithm canonicalizationAlgorithm,
XmlSignatureType type,
String elementPath) |
| Modifier and Type | Method and Description |
|---|---|
static SignatureContextProvider |
SignatureContextProvider.createContextFor(XmlSignatureType type,
XmlSignDigestAlgorithm digestAlgorithm,
Document document,
String elementPath) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.