All Classes and Interfaces

Class
Description
Accesses the public key from a key-store and returns a KeyInfo which contains the X.509 certificate chain corresponding to the public key.
Default implementation for the key selector.
Interrupts the validation by throwing an exception as soon as a validation failure occurs and gives specific error messages.
Default implementation for the XAdES signature properties which determines the Signing Certificate from a keystore and an alias.
Maps the XML signature to a camel message.
Returns the key selector and the optional KeyInfo instance for signing an XML document.
 
 
 
Handler for handling the case when the core signature validation fails or a XMLSignatureException occurs during calling XMLSignature.validate(javax.xml.crypto.dsig.XMLValidateContext).
Class representing the Encapsulated PKI Data of the XAdES specification.
Implementation of the XAdES-BES and XAdES-EPES properties defined in http://www.etsi.org/deliver/etsi_ts%5C101900_101999%5C101903%5C01.04 .02_60%5Cts_101903v010402p.pdf.
 
Generated by camel build tools - do NOT edit this file!
 
Used in the signature verifier to map the references and objects of the XML signature to the output message.
 
This interface gives the application the possibility to check whether the expected parts are signed.
 
 
 
Exception thrown when a configuration failure or a failure caused by the input message in the XML signature generation or validation process occurs.
Exception thrown when the input for signing or verifying does not have the correct format.
Helps to construct the transformations and the canonicalization methods for the XML Signature generator.
 
This exception is thrown if the verification of a XML signature fails because the hash calculated over the content does not match the value in the signature.
This exception is thrown if XML signature verification fails.
Exception thrown during signing or verifying if the key type does not fit to the signature algorithm.
This exception is thrown if the verification of an XML signature fails because the signature value is invalid.
Exception thrown when no key for signing is found.
 
You can provide further XML objects and references which will be added by the XML signature generator to the XML signature.
 
 
Transform and canonicalization algorithms with their parameters.
 
Generated by camel build tools - do NOT edit this file!
 
Sign XML payloads using the XML signature specification.
Generated by camel build tools - do NOT edit this file!
Generated by camel build tools - do NOT edit this file!
Creates from the message body a XML signature element which is returned in the message body of the output message.
 
Generated by camel build tools - do NOT edit this file!
 
Verify XML payloads using the XML signature specification.
Generated by camel build tools - do NOT edit this file!
Generated by camel build tools - do NOT edit this file!
XML signature verifier.