| java.lang.Object | |
| ↳ | org.mule.module.xmlsecurity.validator.SecretKeyValidator |
Validator of xmls signed with a Secret key
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| key | |||||||||||
| keyAlgorithm | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructore
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Validates a xml document
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.module.xmlsecurity.validator.SignatureValidator
| |||||||||||
Constructore
| keyAlgorithm | The secret key algorithm (used to encode it) |
|---|---|
| key | The secret password |
Validates a xml document
| doc | The document that needs to be validated |
|---|