org.apache.camel.component.crypto.processor
Class SigningProcessor
java.lang.Object
org.apache.camel.component.crypto.processor.DigitalSignatureProcessor
org.apache.camel.component.crypto.processor.SigningProcessor
- All Implemented Interfaces:
- Processor
public class SigningProcessor
- extends DigitalSignatureProcessor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SigningProcessor
public SigningProcessor(DigitalSignatureConfiguration configuration)
process
public void process(Exchange exchange)
throws Exception
- Description copied from interface:
Processor
- Processes the message exchange
- Parameters:
exchange - the message exchange
- Throws:
Exception - if an internal processing error has occurred.
initSignatureService
protected Signature initSignatureService(Exchange exchange)
throws Exception
- Throws:
Exception
getKeyPassword
protected char[] getKeyPassword(Exchange exchange)
throws Exception
- Throws:
Exception
Apache CAMEL