Class SigningProcessor

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

public class SigningProcessor extends DigitalSignatureProcessor
  • Constructor Details

  • Method Details

    • process

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

      protected Signature initSignatureService(org.apache.camel.Exchange exchange) throws Exception
      Throws:
      Exception
    • getKeyPassword

      protected char[] getKeyPassword(org.apache.camel.Exchange exchange)