| java.lang.Object | |
| ↳ | org.mule.module.xmlsecurity.XmlSecurityModule |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Generic module
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| canonicalizationAlgorithm | Canonicalization Method For a canonicalization specification see @see{http://www.w3.org/TR/2009/WD-xmlsec-algorithms-20090226/#canonicalization-uris} Accepted Values: EXCLUSIVE, EXCLUSIVE_WITH_COMMENTS, INCLUSIVE, INCLUSE_WITH_COMMENTS, | ||||||||||
| digestMethodAlgorithm | Digest Method Algorithm For a reference on the Digest Method Algorithms see @see{http://www.w3.org/TR/2009/WD-xmlsec-algorithms-20090226/#digest-method-uris} ACCEPTED VALUES: RIPEMD160, SHA1, SHA256, SHA512 | ||||||||||
| keyPairAlgorithm | Algorithm used to generate a key Pair. | ||||||||||
| keystore | Keystore path | ||||||||||
| keystoreKey | Keystore key | ||||||||||
| password | Private Key, if you shared a private key use it. | ||||||||||
| referenceURI | Reference URI, if you wish to use an external reference URI for Detached signatures. | ||||||||||
| secretKeyAlgorithm | The Algorithm which is used to encrypt the private key For example: HmacSHA256 | ||||||||||
| signatureMethodAlgorithm | Signature Method Algorithm For Signature Method Algorithms specification see @see{http://www.w3.org/TR/2009/WD-xmlsec-algorithms-20090226/#signature-method-uris} Accepted Values: RSA_SHA1, DSA_SHA1, HMAC_SHA1 | ||||||||||
| signatureType | The signature type ACCEPTED VALUES: DETACHED, ENVELOPED, ENVELOPING | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Custom processor
| |||||||||||
Custom processor
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Canonicalization Method For a canonicalization specification see @see{http://www.w3.org/TR/2009/WD-xmlsec-algorithms-20090226/#canonicalization-uris} Accepted Values: EXCLUSIVE, EXCLUSIVE_WITH_COMMENTS, INCLUSIVE, INCLUSE_WITH_COMMENTS,
Digest Method Algorithm For a reference on the Digest Method Algorithms see @see{http://www.w3.org/TR/2009/WD-xmlsec-algorithms-20090226/#digest-method-uris} ACCEPTED VALUES: RIPEMD160, SHA1, SHA256, SHA512
Private Key, if you shared a private key use it. Otherwise the document will be signed with DSA512 algorithm, and sign information will be in the signature tag.
Reference URI, if you wish to use an external reference URI for Detached signatures.
The Algorithm which is used to encrypt the private key For example: HmacSHA256
Signature Method Algorithm For Signature Method Algorithms specification see @see{http://www.w3.org/TR/2009/WD-xmlsec-algorithms-20090226/#signature-method-uris} Accepted Values: RSA_SHA1, DSA_SHA1, HMAC_SHA1
The signature type ACCEPTED VALUES: DETACHED, ENVELOPED, ENVELOPING
| canonicalizationAlgorithm |
|---|
| digestMethodAlgorithm |
|---|
| signatureMethodAlgorithm |
|---|
Custom processor
| payload | Content to be processed |
|---|
Custom processor
| payload | Content to be processed |
|---|