public static interface DigitalSignatureEndpointBuilderFactory.DigitalSignatureBuilders
| Modifier and Type | Method and Description |
|---|---|
default 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).
|
default 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