public static interface CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder extends ComponentBuilder<org.apache.camel.component.crypto.cms.CryptoCmsComponent>
| Modifier and Type | Method and Description |
|---|---|
default CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder |
envelopedDataDecryptorConfiguration(org.apache.camel.component.crypto.cms.crypt.EnvelopedDataDecryptorConfiguration envelopedDataDecryptorConfiguration)
To configure the shared EnvelopedDataDecryptorConfiguration, which
determines the uri parameters for the decrypt operation.
|
default CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder |
signedDataVerifierConfiguration(org.apache.camel.component.crypto.cms.sig.SignedDataVerifierConfiguration signedDataVerifierConfiguration)
To configure the shared SignedDataVerifierConfiguration, which
determines the uri parameters for the verify operation.
|
build, build, doSetProperty, registerdefault CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder envelopedDataDecryptorConfiguration(org.apache.camel.component.crypto.cms.crypt.EnvelopedDataDecryptorConfiguration envelopedDataDecryptorConfiguration)
org.apache.camel.component.crypto.cms.crypt.EnvelopedDataDecryptorConfiguration type.
Group: advanceddefault CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder signedDataVerifierConfiguration(org.apache.camel.component.crypto.cms.sig.SignedDataVerifierConfiguration signedDataVerifierConfiguration)
org.apache.camel.component.crypto.cms.sig.SignedDataVerifierConfiguration type.
Group: advancedApache Camel