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)
lazyStartProducer - the value to setdefault CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder envelopedDataDecryptorConfiguration(org.apache.camel.component.crypto.cms.crypt.EnvelopedDataDecryptorConfiguration envelopedDataDecryptorConfiguration)
envelopedDataDecryptorConfiguration - the value to setdefault CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder signedDataVerifierConfiguration(org.apache.camel.component.crypto.cms.sig.SignedDataVerifierConfiguration signedDataVerifierConfiguration)
signedDataVerifierConfiguration - the value to setApache Camel