@Generated(value="org.apache.camel.maven.packaging.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 |
---|---|
org.apache.camel.component.crypto.cms.crypt.EnvelopedDataDecryptorConfiguration |
getEnvelopedDataDecryptorConfiguration() |
Boolean |
getResolvePropertyPlaceholders() |
org.apache.camel.component.crypto.cms.sig.SignedDataVerifierConfiguration |
getSignedDataVerifierConfiguration() |
void |
setEnvelopedDataDecryptorConfiguration(org.apache.camel.component.crypto.cms.crypt.EnvelopedDataDecryptorConfiguration envelopedDataDecryptorConfiguration) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setSignedDataVerifierConfiguration(org.apache.camel.component.crypto.cms.sig.SignedDataVerifierConfiguration signedDataVerifierConfiguration) |
public org.apache.camel.component.crypto.cms.sig.SignedDataVerifierConfiguration getSignedDataVerifierConfiguration()
public void setSignedDataVerifierConfiguration(org.apache.camel.component.crypto.cms.sig.SignedDataVerifierConfiguration signedDataVerifierConfiguration)
public org.apache.camel.component.crypto.cms.crypt.EnvelopedDataDecryptorConfiguration getEnvelopedDataDecryptorConfiguration()
public void setEnvelopedDataDecryptorConfiguration(org.apache.camel.component.crypto.cms.crypt.EnvelopedDataDecryptorConfiguration envelopedDataDecryptorConfiguration)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel