@ConfigurationProperties(prefix="camel.dataformat.securexml") public class XMLSecurityDataFormatConfiguration extends Object
Constructor and Description |
---|
XMLSecurityDataFormatConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAddKeyValueForEncryptedKey() |
String |
getDigestAlgorithm() |
String |
getKeyCipherAlgorithm() |
String |
getKeyOrTrustStoreParametersId() |
String |
getKeyPassword() |
String |
getMgfAlgorithm() |
String |
getPassPhrase() |
String |
getRecipientKeyAlias() |
String |
getSecureTag() |
Boolean |
getSecureTagContents() |
String |
getXmlCipherAlgorithm() |
void |
setAddKeyValueForEncryptedKey(Boolean addKeyValueForEncryptedKey) |
void |
setDigestAlgorithm(String digestAlgorithm) |
void |
setKeyCipherAlgorithm(String keyCipherAlgorithm) |
void |
setKeyOrTrustStoreParametersId(String keyOrTrustStoreParametersId) |
void |
setKeyPassword(String keyPassword) |
void |
setMgfAlgorithm(String mgfAlgorithm) |
void |
setPassPhrase(String passPhrase) |
void |
setRecipientKeyAlias(String recipientKeyAlias) |
void |
setSecureTag(String secureTag) |
void |
setSecureTagContents(Boolean secureTagContents) |
void |
setXmlCipherAlgorithm(String xmlCipherAlgorithm) |
public String getXmlCipherAlgorithm()
public void setXmlCipherAlgorithm(String xmlCipherAlgorithm)
public String getPassPhrase()
public void setPassPhrase(String passPhrase)
public String getSecureTag()
public void setSecureTag(String secureTag)
public Boolean getSecureTagContents()
public void setSecureTagContents(Boolean secureTagContents)
public String getKeyCipherAlgorithm()
public void setKeyCipherAlgorithm(String keyCipherAlgorithm)
public String getRecipientKeyAlias()
public void setRecipientKeyAlias(String recipientKeyAlias)
public String getKeyOrTrustStoreParametersId()
public void setKeyOrTrustStoreParametersId(String keyOrTrustStoreParametersId)
public String getKeyPassword()
public void setKeyPassword(String keyPassword)
public String getDigestAlgorithm()
public void setDigestAlgorithm(String digestAlgorithm)
public String getMgfAlgorithm()
public void setMgfAlgorithm(String mgfAlgorithm)
public Boolean getAddKeyValueForEncryptedKey()
public void setAddKeyValueForEncryptedKey(Boolean addKeyValueForEncryptedKey)
Apache Camel