Class XmlSignatureProcessor
java.lang.Object
org.apache.camel.component.xmlsecurity.processor.XmlSignatureProcessor
- All Implemented Interfaces:
org.apache.camel.Processor
- Direct Known Subclasses:
XmlSignerProcessor,XmlVerifierProcessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclearMessageHeaders(org.apache.camel.Message message) org.apache.camel.CamelContextabstract XmlSignatureConfigurationprotected SchemagetSchema(org.apache.camel.Message message) protected StringgetSchemaResourceUri(org.apache.camel.Message message) protected voidsetCryptoContextProperties(XMLCryptoContext cryptoContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.Processor
process
-
Field Details
-
context
protected final org.apache.camel.CamelContext context
-
-
Constructor Details
-
XmlSignatureProcessor
public XmlSignatureProcessor(org.apache.camel.CamelContext context)
-
-
Method Details
-
getCamelContext
public org.apache.camel.CamelContext getCamelContext() -
getConfiguration
-
setCryptoContextProperties
-
clearMessageHeaders
protected void clearMessageHeaders(org.apache.camel.Message message) -
getSchema
protected Schema getSchema(org.apache.camel.Message message) throws SAXException, XmlSignatureException, IOException -
getSchemaResourceUri
-