| java.lang.Object | |
| ↳ | org.mule.module.xmlsecurity.keyinfo.X509KeyInfoProvider |
Provides the Key Info Using a keystore
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| canonicalizationAlgorithm | |||||||||||
| keyEntry | |||||||||||
| keystoreKey | |||||||||||
| password | |||||||||||
| signatureMethod | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates the SignedInfo object that will be used to create the SignedInfo tag.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.module.xmlsecurity.keyinfo.KeyInfoProvider
| |||||||||||
Constructor
| canonicalizationAlgorithm | The canonicalization algorithm |
|---|---|
| keystore | The keystore path |
| password | The keystore password |
| keystoreKey | The keystore key |
| signatureMethod |
Creates the SignedInfo object that will be used to create the SignedInfo tag.
| ref | The referenced object. |
|---|