Uses of Package
org.apache.camel.component.xmlsecurity.api

Packages that use org.apache.camel.component.xmlsecurity.api
org.apache.camel.component.xmlsecurity   
org.apache.camel.component.xmlsecurity.api   
org.apache.camel.component.xmlsecurity.processor   
 

Classes in org.apache.camel.component.xmlsecurity.api used by org.apache.camel.component.xmlsecurity
KeyAccessor
          Returns the key selector and the optional KeyInfo instance for signing an XML document.
ValidationFailedHandler
          Handler for handling the case when the core signature validation fails or a XMLSignatureException occurs during calling XMLSignature.validate(javax.xml.crypto.dsig.XMLValidateContext).
XmlSignature2Message
          Used in the signature verifier to map the references and objects of the XML signature to the output message.
XmlSignatureChecker
          This interface gives the application the possibility to check whether the expected parts are signed.
XmlSignatureProperties
          You can provide further XML objects and references which will be added by the XML signature generator to the XML signature.
 

Classes in org.apache.camel.component.xmlsecurity.api used by org.apache.camel.component.xmlsecurity.api
DefaultKeySelector
          Default implementation for the key selector.
KeyAccessor
          Returns the key selector and the optional KeyInfo instance for signing an XML document.
ValidationFailedHandler
          Handler for handling the case when the core signature validation fails or a XMLSignatureException occurs during calling XMLSignature.validate(javax.xml.crypto.dsig.XMLValidateContext).
XmlSignature2Message
          Used in the signature verifier to map the references and objects of the XML signature to the output message.
XmlSignature2Message.Input
           
XmlSignatureChecker.Input
           
XmlSignatureException
          Exception thrown when a configuration failure or a failure caused by the input message in the XML signature generation or validation process occurs.
XmlSignatureHelper.XPathAndFilter
           
XmlSignatureInvalidException
          This exception is thrown if XML signature verification fails.
XmlSignatureProperties.Input
           
XmlSignatureProperties.Output
           
 

Classes in org.apache.camel.component.xmlsecurity.api used by org.apache.camel.component.xmlsecurity.processor
KeyAccessor
          Returns the key selector and the optional KeyInfo instance for signing an XML document.
ValidationFailedHandler
          Handler for handling the case when the core signature validation fails or a XMLSignatureException occurs during calling XMLSignature.validate(javax.xml.crypto.dsig.XMLValidateContext).
XmlSignature2Message
          Used in the signature verifier to map the references and objects of the XML signature to the output message.
XmlSignatureChecker
          This interface gives the application the possibility to check whether the expected parts are signed.
XmlSignatureException
          Exception thrown when a configuration failure or a failure caused by the input message in the XML signature generation or validation process occurs.
XmlSignatureFormatException
          Exception thrown when the input for signing or verifying does not have the correct format.
XmlSignatureProperties
          You can provide further XML objects and references which will be added by the XML signature generator to the XML signature.
XmlSignatureProperties.Input
           
XmlSignatureProperties.Output
           
 



Apache Camel