Interface DigitalSignatureEndpointBuilderFactory.DigitalSignatureBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
DigitalSignatureEndpointBuilderFactory

public static interface DigitalSignatureEndpointBuilderFactory.DigitalSignatureBuilders
  • Method Details

    • crypto

      Crypto (JCE) (camel-crypto) Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE). Category: security,transformation Since: 2.3 Maven coordinates: org.apache.camel:camel-crypto
      Returns:
      the dsl builder for the headers' name.
    • crypto

      Crypto (JCE) (camel-crypto) Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE). Category: security,transformation Since: 2.3 Maven coordinates: org.apache.camel:camel-crypto Syntax: crypto:cryptoOperation:name Path parameter: cryptoOperation (required) Set the Crypto operation from that supplied after the crypto scheme in the endpoint uri e.g. crypto:sign sets sign as the operation. There are 2 enums and the value can be one of: sign, verify Path parameter: name (required) The logical name of this operation.
      Parameters:
      path - cryptoOperation:name
      Returns:
      the dsl builder
    • crypto

      Crypto (JCE) (camel-crypto) Sign and verify exchanges using the Signature Service of the Java Cryptographic Extension (JCE). Category: security,transformation Since: 2.3 Maven coordinates: org.apache.camel:camel-crypto Syntax: crypto:cryptoOperation:name Path parameter: cryptoOperation (required) Set the Crypto operation from that supplied after the crypto scheme in the endpoint uri e.g. crypto:sign sets sign as the operation. There are 2 enums and the value can be one of: sign, verify Path parameter: name (required) The logical name of this operation.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - cryptoOperation:name
      Returns:
      the dsl builder