| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
StaticEndpointBuilders.cryptoCms(String path)
Deprecated.
|
static CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
StaticEndpointBuilders.cryptoCms(String componentName,
String path)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.AdvancedCryptoCmsEndpointBuilder.basic() |
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.contentEncryptionAlgorithm(String contentEncryptionAlgorithm)
Encryption algorithm, for example DESede/CBC/PKCS5Padding.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsBuilders.cryptoCms(String path)
Deprecated.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsBuilders.cryptoCms(String componentName,
String path)
Deprecated.
|
static CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.endpointBuilder(String componentName,
String path)
Deprecated.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.fromBase64(boolean fromBase64)
If true then the CMS message is base 64 encoded and must be decoded
during the processing.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.fromBase64(String fromBase64)
If true then the CMS message is base 64 encoded and must be decoded
during the processing.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.includeContent(Boolean includeContent)
Indicates whether the signed content should be included into the
Signed Data instance.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.includeContent(String includeContent)
Indicates whether the signed content should be included into the
Signed Data instance.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.keyStore(KeyStore keyStore)
Keystore which contains signer private keys, verifier public keys,
encryptor public keys, decryptor private keys depending on the
operation.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.keyStore(String keyStore)
Keystore which contains signer private keys, verifier public keys,
encryptor public keys, decryptor private keys depending on the
operation.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.keyStoreParameters(Object keyStoreParameters)
Keystore containing signer private keys, verifier public keys,
encryptor public keys, decryptor private keys depending on the
operation.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.keyStoreParameters(String keyStoreParameters)
Keystore containing signer private keys, verifier public keys,
encryptor public keys, decryptor private keys depending on the
operation.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.originatorInformationProvider(Object originatorInformationProvider)
Provider for the originator info.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.originatorInformationProvider(String originatorInformationProvider)
Provider for the originator info.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.password(Character[] password)
Sets the password of the private keys.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.password(String password)
Sets the password of the private keys.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.recipient(List<Object> recipient)
Recipient Info: reference to a bean which implements the interface
org.apache.camel.component.crypto.cms.api.TransRecipientInfo.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.recipient(String recipient)
Recipient Info: reference to a bean which implements the interface
org.apache.camel.component.crypto.cms.api.TransRecipientInfo.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.secretKeyLength(int secretKeyLength)
Key length for the secret symmetric key used for the content
encryption.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.secretKeyLength(String secretKeyLength)
Key length for the secret symmetric key used for the content
encryption.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.signedDataHeaderBase64(boolean signedDataHeaderBase64)
Indicates whether the value in the header CamelCryptoCmsSignedData is
base64 encoded.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.signedDataHeaderBase64(String signedDataHeaderBase64)
Indicates whether the value in the header CamelCryptoCmsSignedData is
base64 encoded.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.signer(String signer)
Signer information: reference to bean(s) which implements
org.apache.camel.component.crypto.cms.api.SignerInfo.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.toBase64(Boolean toBase64)
Indicates whether the Signed Data or Enveloped Data instance shall be
base 64 encoded.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.toBase64(String toBase64)
Indicates whether the Signed Data or Enveloped Data instance shall be
base 64 encoded.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.unprotectedAttributesGeneratorProvider(Object unprotectedAttributesGeneratorProvider)
Provider of the generator for the unprotected attributes.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.unprotectedAttributesGeneratorProvider(String unprotectedAttributesGeneratorProvider)
Provider of the generator for the unprotected attributes.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.verifySignaturesOfAllSigners(boolean verifySignaturesOfAllSigners)
If true then the signatures of all signers contained in the Signed
Data object are verified.
|
default CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder |
CryptoCmsEndpointBuilderFactory.CryptoCmsEndpointBuilder.verifySignaturesOfAllSigners(String verifySignaturesOfAllSigners)
If true then the signatures of all signers contained in the Signed
Data object are verified.
|
Apache Camel