Interface DigitalSignatureEndpointBuilderFactory.DigitalSignatureBuilders

    • Method Detail

      • crypto

        default DigitalSignatureEndpointBuilderFactory.DigitalSignatureHeaderNameBuilder 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

        default DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder crypto​(String path)
        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

        default DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder crypto​(String componentName,
                                                                                              String path)
        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