Known Direct Subclasses
|
Class Overview
A XmlSecurityModuleCapabilitiesAdapter is a wrapper around XmlSecurityModule that implements org.mule.api.Capabilities interface.
Summary
|
[Expand]
Inherited Fields |
From class
org.mule.module.xmlsecurity.XmlSecurityModule
|
private
CanonicalizationAlgorithm |
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,
|
|
private
DigestMethodAlgorithm |
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
|
|
private
String |
keyPairAlgorithm |
Algorithm used to generate a key Pair. |
|
private
String |
keystore |
Keystore path
|
|
private
String |
keystoreKey |
Keystore key
|
|
private
String |
password |
Private Key, if you shared a private key use it. |
|
private
String |
referenceURI |
Reference URI, if you wish to use an external reference URI for Detached signatures. |
|
private
String |
secretKeyAlgorithm |
The Algorithm which is used to encrypt the private key
For example: HmacSHA256
|
|
private
SignatureMethodAlgorithm |
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
|
|
private
SignatureType |
signatureType |
The signature type
ACCEPTED VALUES: DETACHED, ENVELOPED, ENVELOPING
|
|
| Public Methods |
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
Public Constructors
public
XmlSecurityModuleCapabilitiesAdapter
()
Public Methods
public
boolean
isCapableOf
(Capability capability)
Returns true if this module implements such capability