Interface CryptoCmsEndpointBuilderFactory.CryptoCmsBuilders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
- Enclosing interface:
- CryptoCmsEndpointBuilderFactory
public static interface CryptoCmsEndpointBuilderFactory.CryptoCmsBuilders
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder
cryptoCms(String path)
Deprecated.default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder
cryptoCms(String componentName, String path)
Deprecated.
-
-
-
Method Detail
-
cryptoCms
@Deprecated default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder cryptoCms(String path)
Deprecated.Crypto CMS (camel-crypto-cms) Encrypt, decrypt, sign and verify data in CMS Enveloped Data format. Category: security,transformation Since: 2.20 Maven coordinates: org.apache.camel:camel-crypto-cms Syntax: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. There are 4 enums and 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.- Parameters:
path
- cryptoOperation:name
-
cryptoCms
@Deprecated default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder cryptoCms(String componentName, String path)
Deprecated.Crypto CMS (camel-crypto-cms) Encrypt, decrypt, sign and verify data in CMS Enveloped Data format. Category: security,transformation Since: 2.20 Maven coordinates: org.apache.camel:camel-crypto-cms Syntax: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. There are 4 enums and 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.- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- cryptoOperation:name
-
-