@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.crypto-cms") public class CryptoCmsComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
CryptoCmsComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
org.apache.camel.component.crypto.cms.crypt.EnvelopedDataDecryptorConfiguration |
getEnvelopedDataDecryptorConfiguration() |
Boolean |
getLazyStartProducer() |
org.apache.camel.component.crypto.cms.sig.SignedDataVerifierConfiguration |
getSignedDataVerifierConfiguration() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setEnvelopedDataDecryptorConfiguration(org.apache.camel.component.crypto.cms.crypt.EnvelopedDataDecryptorConfiguration envelopedDataDecryptorConfiguration) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setSignedDataVerifierConfiguration(org.apache.camel.component.crypto.cms.sig.SignedDataVerifierConfiguration signedDataVerifierConfiguration) |
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
public org.apache.camel.component.crypto.cms.crypt.EnvelopedDataDecryptorConfiguration getEnvelopedDataDecryptorConfiguration()
public void setEnvelopedDataDecryptorConfiguration(org.apache.camel.component.crypto.cms.crypt.EnvelopedDataDecryptorConfiguration envelopedDataDecryptorConfiguration)
public org.apache.camel.component.crypto.cms.sig.SignedDataVerifierConfiguration getSignedDataVerifierConfiguration()
public void setSignedDataVerifierConfiguration(org.apache.camel.component.crypto.cms.sig.SignedDataVerifierConfiguration signedDataVerifierConfiguration)
Apache Camel