@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface DigitalSignatureEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DigitalSignatureEndpointBuilderFactory.AdvancedDigitalSignatureEndpointBuilder
Advanced builder for endpoint for the Crypto (JCE) component.
|
static interface |
DigitalSignatureEndpointBuilderFactory.DigitalSignatureBuilders |
static interface |
DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder
Builder for endpoint for the Crypto (JCE) component.
|
| Modifier and Type | Method and Description |
|---|---|
static DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder |
crypto(String path)
Crypto (JCE) (camel-crypto)
The crypto component is used for signing and verifying exchanges using
the Signature Service of the Java Cryptographic Extension (JCE).
|
static DigitalSignatureEndpointBuilderFactory.DigitalSignatureEndpointBuilder crypto(String path)
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.
The value can be one of: sign, verify
Path parameter: name (required)
The logical name of this operation.Apache Camel