@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 |
---|---|
String |
getEnvelopedDataDecryptorConfiguration() |
Boolean |
getResolvePropertyPlaceholders() |
String |
getSignedDataVerifierConfiguration() |
void |
setEnvelopedDataDecryptorConfiguration(String envelopedDataDecryptorConfiguration) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setSignedDataVerifierConfiguration(String signedDataVerifierConfiguration) |
public String getSignedDataVerifierConfiguration()
public void setSignedDataVerifierConfiguration(String signedDataVerifierConfiguration)
public String getEnvelopedDataDecryptorConfiguration()
public void setEnvelopedDataDecryptorConfiguration(String envelopedDataDecryptorConfiguration)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel