| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_ALGORITHM_CONF |
"camel.component.crypto.algorithm" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_ALGORITHM_DEFAULT |
"SHA256withRSA" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_ALGORITHM_DOC |
"Sets the JCE name of the Algorithm that should be used for the signer." |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_ALIAS_CONF |
"camel.component.crypto.alias" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_ALIAS_DOC |
"Sets the alias used to query the KeyStore for keys and {link java.security.cert.Certificate Certificates} to be used in signing and verifying exchanges. This value can be provided at runtime via the message header org.apache.camel.component.crypto.DigitalSignatureConstants#KEYSTORE_ALIAS" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.crypto.basicPropertyBinding" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_BUFFER_SIZE_CONF |
"camel.component.crypto.bufferSize" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_BUFFER_SIZE_DEFAULT |
"2048" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_BUFFER_SIZE_DOC |
"Set the size of the buffer used to read in the Exchange payload data." |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_CERTIFICATE_CONF |
"camel.component.crypto.certificate" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_CERTIFICATE_DOC |
"Set the Certificate that should be used to verify the signature in the exchange based on its payload." |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_CERTIFICATE_NAME_CONF |
"camel.component.crypto.certificateName" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_CERTIFICATE_NAME_DOC |
"Sets the reference name for a PrivateKey that can be found in the registry." |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_CLEAR_HEADERS_CONF |
"camel.component.crypto.clearHeaders" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_CLEAR_HEADERS_DOC |
"Determines if the Signature specific headers be cleared after signing and verification. Defaults to true, and should only be made otherwise at your extreme peril as vital private information such as Keys and passwords may escape if unset." |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_CONFIGURATION_CONF |
"camel.component.crypto.configuration" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_CONFIGURATION_DOC |
"To use the shared DigitalSignatureConfiguration as configuration" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_KEY_STORE_PARAMETERS_CONF |
"camel.component.crypto.keyStoreParameters" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_KEY_STORE_PARAMETERS_DOC |
"Sets the KeyStore that can contain keys and Certficates for use in signing and verifying exchanges based on the given KeyStoreParameters. A KeyStore is typically used with an alias, either one supplied in the Route definition or dynamically via the message header CamelSignatureKeyStoreAlias. If no alias is supplied and there is only a single entry in the Keystore, then this single entry will be used." |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_KEYSTORE_CONF |
"camel.component.crypto.keystore" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_KEYSTORE_DOC |
"Sets the KeyStore that can contain keys and Certficates for use in signing and verifying exchanges. A KeyStore is typically used with an alias, either one supplied in the Route definition or dynamically via the message header CamelSignatureKeyStoreAlias. If no alias is supplied and there is only a single entry in the Keystore, then this single entry will be used." |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_KEYSTORE_NAME_CONF |
"camel.component.crypto.keystoreName" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_KEYSTORE_NAME_DOC |
"Sets the reference name for a Keystore that can be found in the registry." |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.crypto.lazyStartProducer" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_PASSWORD_CONF |
"camel.component.crypto.password" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_PASSWORD_DOC |
"Sets the password used to access an aliased PrivateKey in the KeyStore." |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_PRIVATE_KEY_CONF |
"camel.component.crypto.privateKey" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_PRIVATE_KEY_DOC |
"Set the PrivateKey that should be used to sign the exchange" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_PRIVATE_KEY_NAME_CONF |
"camel.component.crypto.privateKeyName" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_PRIVATE_KEY_NAME_DOC |
"Sets the reference name for a PrivateKey that can be found in the registry." |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_PROVIDER_CONF |
"camel.component.crypto.provider" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_PROVIDER_DOC |
"Set the id of the security provider that provides the configured Signature algorithm." |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_PUBLIC_KEY_CONF |
"camel.component.crypto.publicKey" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_PUBLIC_KEY_DOC |
"Set the PublicKey that should be used to verify the signature in the exchange." |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_PUBLIC_KEY_NAME_CONF |
"camel.component.crypto.publicKeyName" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_PUBLIC_KEY_NAME_DOC |
"references that should be resolved when the context changes" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_SECURE_RANDOM_CONF |
"camel.component.crypto.secureRandom" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_SECURE_RANDOM_DOC |
"Set the SecureRandom used to initialize the Signature service" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_SECURE_RANDOM_NAME_CONF |
"camel.component.crypto.secureRandomName" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_SECURE_RANDOM_NAME_DOC |
"Sets the reference name for a SecureRandom that can be found in the registry." |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_SIGNATURE_HEADER_NAME_CONF |
"camel.component.crypto.signatureHeaderName" |
public static final String |
CAMEL_SINK_CRYPTO_COMPONENT_SIGNATURE_HEADER_NAME_DOC |
"Set the name of the message header that should be used to store the base64 encoded signature. This defaults to \'CamelDigitalSignature\'" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_ALGORITHM_CONF |
"camel.sink.endpoint.algorithm" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_ALGORITHM_DEFAULT |
"SHA256withRSA" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_ALGORITHM_DOC |
"Sets the JCE name of the Algorithm that should be used for the signer." |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_ALIAS_CONF |
"camel.sink.endpoint.alias" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_ALIAS_DOC |
"Sets the alias used to query the KeyStore for keys and {link java.security.cert.Certificate Certificates} to be used in signing and verifying exchanges. This value can be provided at runtime via the message header org.apache.camel.component.crypto.DigitalSignatureConstants#KEYSTORE_ALIAS" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_BUFFER_SIZE_CONF |
"camel.sink.endpoint.bufferSize" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_BUFFER_SIZE_DEFAULT |
"2048" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_BUFFER_SIZE_DOC |
"Set the size of the buffer used to read in the Exchange payload data." |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_CERTIFICATE_CONF |
"camel.sink.endpoint.certificate" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_CERTIFICATE_DOC |
"Set the Certificate that should be used to verify the signature in the exchange based on its payload." |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_CERTIFICATE_NAME_CONF |
"camel.sink.endpoint.certificateName" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_CERTIFICATE_NAME_DOC |
"Sets the reference name for a PrivateKey that can be found in the registry." |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_CLEAR_HEADERS_CONF |
"camel.sink.endpoint.clearHeaders" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_CLEAR_HEADERS_DOC |
"Determines if the Signature specific headers be cleared after signing and verification. Defaults to true, and should only be made otherwise at your extreme peril as vital private information such as Keys and passwords may escape if unset." |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_KEY_STORE_PARAMETERS_CONF |
"camel.sink.endpoint.keyStoreParameters" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_KEY_STORE_PARAMETERS_DOC |
"Sets the KeyStore that can contain keys and Certficates for use in signing and verifying exchanges based on the given KeyStoreParameters. A KeyStore is typically used with an alias, either one supplied in the Route definition or dynamically via the message header CamelSignatureKeyStoreAlias. If no alias is supplied and there is only a single entry in the Keystore, then this single entry will be used." |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_KEYSTORE_CONF |
"camel.sink.endpoint.keystore" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_KEYSTORE_DOC |
"Sets the KeyStore that can contain keys and Certficates for use in signing and verifying exchanges. A KeyStore is typically used with an alias, either one supplied in the Route definition or dynamically via the message header CamelSignatureKeyStoreAlias. If no alias is supplied and there is only a single entry in the Keystore, then this single entry will be used." |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_KEYSTORE_NAME_CONF |
"camel.sink.endpoint.keystoreName" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_KEYSTORE_NAME_DOC |
"Sets the reference name for a Keystore that can be found in the registry." |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_PASSWORD_CONF |
"camel.sink.endpoint.password" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_PASSWORD_DOC |
"Sets the password used to access an aliased PrivateKey in the KeyStore." |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_PRIVATE_KEY_CONF |
"camel.sink.endpoint.privateKey" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_PRIVATE_KEY_DOC |
"Set the PrivateKey that should be used to sign the exchange" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_PRIVATE_KEY_NAME_CONF |
"camel.sink.endpoint.privateKeyName" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_PRIVATE_KEY_NAME_DOC |
"Sets the reference name for a PrivateKey that can be found in the registry." |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_PROVIDER_CONF |
"camel.sink.endpoint.provider" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_PROVIDER_DOC |
"Set the id of the security provider that provides the configured Signature algorithm." |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_PUBLIC_KEY_CONF |
"camel.sink.endpoint.publicKey" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_PUBLIC_KEY_DOC |
"Set the PublicKey that should be used to verify the signature in the exchange." |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_PUBLIC_KEY_NAME_CONF |
"camel.sink.endpoint.publicKeyName" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_PUBLIC_KEY_NAME_DOC |
"references that should be resolved when the context changes" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_SECURE_RANDOM_CONF |
"camel.sink.endpoint.secureRandom" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_SECURE_RANDOM_DOC |
"Set the SecureRandom used to initialize the Signature service" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_SECURE_RANDOM_NAME_CONF |
"camel.sink.endpoint.secureRandomName" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_SECURE_RANDOM_NAME_DOC |
"Sets the reference name for a SecureRandom that can be found in the registry." |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_SIGNATURE_HEADER_NAME_CONF |
"camel.sink.endpoint.signatureHeaderName" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_SIGNATURE_HEADER_NAME_DOC |
"Set the name of the message header that should be used to store the base64 encoded signature. This defaults to \'CamelDigitalSignature\'" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_CRYPTO_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SINK_CRYPTO_PATH_CRYPTO_OPERATION_CONF |
"camel.sink.path.cryptoOperation" |
public static final String |
CAMEL_SINK_CRYPTO_PATH_CRYPTO_OPERATION_DOC |
"Set the Crypto operation from that supplied after the crypto scheme in the endpoint uri e.g. crypto:sign sets sign as the operation. One of: [sign] [verify]" |
public static final String |
CAMEL_SINK_CRYPTO_PATH_NAME_CONF |
"camel.sink.path.name" |
public static final String |
CAMEL_SINK_CRYPTO_PATH_NAME_DOC |
"The logical name of this operation." |
Copyright © 2020 The Apache Software Foundation. All rights reserved.