74.2. Spring Boot Auto-Configuration

组件支持 4 个选项,如下所示。

名称描述默认类型

camel.component.crypto-cms.enabled

是否启用 crypto-cms 组件自动配置。默认启用。

 

布尔值

camel.component.crypto-cms.enveloped-data-decryptor-configuration

要配置共享的 EnvelopedDataDecryptorConfiguration,这决定了解密操作的 uri 参数。选项是一个 org.apache.camel.component.crypto.cms.crypt。EnvelopedDataDecryptorConfiguration 类型。

 

字符串

camel.component.crypto-cms.resolve-property-placeholders

启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。

true

布尔值

camel.component.crypto-cms.signed-data-verifier-configuration

要配置共享的 SignedDataVerifierConfiguration,它会决定验证操作的 uri 参数。选项是一个 org.apache.camel.component.crypto.cms.sig.SignedDataVerifierConfiguration 类型。

 

字符串