@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface CryptoCmsEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CryptoCmsEndpointBuilderFactory.AdvancedCryptoCmsEndpointBuilder
Advanced builder for endpoint for the Crypto CMS component.
|
static interface |
CryptoCmsEndpointBuilderFactory.CryptoCmsBuilders |
static interface |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder
Builder for endpoint for the Crypto CMS component.
|
| Modifier and Type | Method and Description |
|---|---|
static CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
cryptoCms(String path)
Deprecated.
|
@Deprecated static CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder cryptoCms(String path)
crypto-cms:cryptoOperation:name
Path parameter: cryptoOperation (required)
Set the Crypto operation from that supplied after the crypto scheme in
the endpoint uri e.g. crypto-cms:sign sets sign as the operation.
Possible values: sign, verify, encrypt, or decrypt.
The value can be one of: sign, verify, encrypt, decrypt
Path parameter: name (required)
The name part in the URI can be chosen by the user to distinguish between
different signer/verifier/encryptor/decryptor endpoints within the camel
context.Apache Camel