Class XMLSecurityDataFormatConfiguration
java.lang.Object
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration
@ConfigurationProperties(prefix="camel.dataformat.xml-security")
public class XMLSecurityDataFormatConfiguration
extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Encrypt and decrypt XML payloads using Apache Santuario.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]voidsetAddKeyValueForEncryptedKey(Boolean addKeyValueForEncryptedKey) voidsetDigestAlgorithm(String digestAlgorithm) voidsetKeyCipherAlgorithm(String keyCipherAlgorithm) voidsetKeyOrTrustStoreParametersRef(String keyOrTrustStoreParametersRef) voidsetKeyPassword(String keyPassword) voidsetMgfAlgorithm(String mgfAlgorithm) voidsetPassPhrase(String passPhrase) voidsetPassPhraseByte(byte[] passPhraseByte) voidsetRecipientKeyAlias(String recipientKeyAlias) voidsetSecureTag(String secureTag) voidsetSecureTagContents(Boolean secureTagContents) voidsetXmlCipherAlgorithm(String xmlCipherAlgorithm) Methods inherited from class org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
XMLSecurityDataFormatConfiguration
public XMLSecurityDataFormatConfiguration()
-
-
Method Details
-
getXmlCipherAlgorithm
-
setXmlCipherAlgorithm
-
getPassPhrase
-
setPassPhrase
-
getPassPhraseByte
public byte[] getPassPhraseByte() -
setPassPhraseByte
public void setPassPhraseByte(byte[] passPhraseByte) -
getSecureTag
-
setSecureTag
-
getSecureTagContents
-
setSecureTagContents
-
getKeyCipherAlgorithm
-
setKeyCipherAlgorithm
-
getRecipientKeyAlias
-
setRecipientKeyAlias
-
getKeyOrTrustStoreParametersRef
-
setKeyOrTrustStoreParametersRef
-
getKeyPassword
-
setKeyPassword
-
getDigestAlgorithm
-
setDigestAlgorithm
-
getMgfAlgorithm
-
setMgfAlgorithm
-
getAddKeyValueForEncryptedKey
-
setAddKeyValueForEncryptedKey
-