public static interface CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder extends ComponentBuilder<org.apache.camel.component.crypto.cms.CryptoCmsComponent>
| Modifier and Type | Method and Description |
|---|---|
default CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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 autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
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