| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder |
ComponentsBuilderFactory.cryptoCms()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder |
CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
static CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder |
CryptoCmsComponentBuilderFactory.cryptoCms()
Deprecated.
|
default CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder |
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 |
CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CryptoCmsComponentBuilderFactory.CryptoCmsComponentBuilder |
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.
|
Apache Camel