public interface XmlSignatureChecker
Only relevant for the XML signature verifier.
See http://www.w3.org/TR/xmldsig-bestpractices/#check-what-is-signed
The checker is called for each XML signature contained in the XM document. You can get the total and current count of
the XML signatures via the methods XmlSignatureChecker.Input.getTotalCountOfSignatures()
and
XmlSignatureChecker.Input.getCurrentCountOfSignatures()
.
Modifier and Type | Interface and Description |
---|---|
static interface |
XmlSignatureChecker.Input |
Modifier and Type | Method and Description |
---|---|
void |
checkBeforeCoreValidation(XmlSignatureChecker.Input input)
Checks whether the signature document has the expected structure and contains the expected transformations and
references.
|
void checkBeforeCoreValidation(XmlSignatureChecker.Input input) throws Exception
input
- input parametersException
- when XML signature does not pass the checkApache Camel