Class XMLSecurityDataFormatConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
-
- org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.dataformat.xml-security") public class XMLSecurityDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommonEncrypt and decrypt XML payloads using Apache Santuario. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description XMLSecurityDataFormatConfiguration()
-
Method Summary
-
-
-
Method Detail
-
getXmlCipherAlgorithm
public String getXmlCipherAlgorithm()
-
setXmlCipherAlgorithm
public void setXmlCipherAlgorithm(String xmlCipherAlgorithm)
-
getPassPhrase
public String getPassPhrase()
-
setPassPhrase
public void setPassPhrase(String passPhrase)
-
getPassPhraseByte
public byte[] getPassPhraseByte()
-
setPassPhraseByte
public void setPassPhraseByte(byte[] passPhraseByte)
-
getSecureTag
public String getSecureTag()
-
setSecureTag
public void setSecureTag(String secureTag)
-
getSecureTagContents
public Boolean getSecureTagContents()
-
setSecureTagContents
public void setSecureTagContents(Boolean secureTagContents)
-
getKeyCipherAlgorithm
public String getKeyCipherAlgorithm()
-
setKeyCipherAlgorithm
public void setKeyCipherAlgorithm(String keyCipherAlgorithm)
-
getRecipientKeyAlias
public String getRecipientKeyAlias()
-
setRecipientKeyAlias
public void setRecipientKeyAlias(String recipientKeyAlias)
-
getKeyOrTrustStoreParametersRef
public String getKeyOrTrustStoreParametersRef()
-
setKeyOrTrustStoreParametersRef
public void setKeyOrTrustStoreParametersRef(String keyOrTrustStoreParametersRef)
-
getKeyPassword
public String getKeyPassword()
-
setKeyPassword
public void setKeyPassword(String keyPassword)
-
getDigestAlgorithm
public String getDigestAlgorithm()
-
setDigestAlgorithm
public void setDigestAlgorithm(String digestAlgorithm)
-
getMgfAlgorithm
public String getMgfAlgorithm()
-
setMgfAlgorithm
public void setMgfAlgorithm(String mgfAlgorithm)
-
getAddKeyValueForEncryptedKey
public Boolean getAddKeyValueForEncryptedKey()
-
setAddKeyValueForEncryptedKey
public void setAddKeyValueForEncryptedKey(Boolean addKeyValueForEncryptedKey)
-
-