| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static CryptoComponentBuilderFactory.CryptoComponentBuilder |
ComponentsBuilderFactory.crypto()
Crypto (JCE) (camel-crypto)
The crypto component is used for signing and verifying exchanges using
the Signature Service of the Java Cryptographic Extension (JCE).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CryptoComponentBuilderFactory.CryptoComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default CryptoComponentBuilderFactory.CryptoComponentBuilder |
CryptoComponentBuilderFactory.CryptoComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default CryptoComponentBuilderFactory.CryptoComponentBuilder |
CryptoComponentBuilderFactory.CryptoComponentBuilder.configuration(org.apache.camel.component.crypto.DigitalSignatureConfiguration configuration)
To use the shared DigitalSignatureConfiguration as configuration.
|
static CryptoComponentBuilderFactory.CryptoComponentBuilder |
CryptoComponentBuilderFactory.crypto()
Crypto (JCE) (camel-crypto)
The crypto component is used for signing and verifying exchanges using
the Signature Service of the Java Cryptographic Extension (JCE).
|
default CryptoComponentBuilderFactory.CryptoComponentBuilder |
CryptoComponentBuilderFactory.CryptoComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel