org.apache.camel.component.crypto.processor
Class VerifyingProcessor

java.lang.Object
  extended by org.apache.camel.component.crypto.processor.DigitalSignatureProcessor
      extended by org.apache.camel.component.crypto.processor.VerifyingProcessor
All Implemented Interfaces:
org.apache.camel.Processor

public class VerifyingProcessor
extends DigitalSignatureProcessor

VerifyingProcessor


Field Summary
 
Fields inherited from class org.apache.camel.component.crypto.processor.DigitalSignatureProcessor
config
 
Constructor Summary
VerifyingProcessor(DigitalSignatureConfiguration configuration)
           
 
Method Summary
 void process(org.apache.camel.Exchange exchange)
           
 
Methods inherited from class org.apache.camel.component.crypto.processor.DigitalSignatureProcessor
calculateSignature, clearMessageHeaders, createSignatureService, getAlias, setConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyingProcessor

public VerifyingProcessor(DigitalSignatureConfiguration configuration)
Method Detail

process

public void process(org.apache.camel.Exchange exchange)
             throws Exception
Throws:
Exception


Apache Camel