Uses of Class
org.apache.camel.model.dataformat.XMLSecurityDataFormat.Builder
Packages that use XMLSecurityDataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of XMLSecurityDataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return XMLSecurityDataFormat.BuilderModifier and TypeMethodDescriptionDataFormatBuilderFactory.xmlSecurity()Uses the XML Security data format -
Uses of XMLSecurityDataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return XMLSecurityDataFormat.BuilderModifier and TypeMethodDescriptionXMLSecurityDataFormat.Builder.addKeyValueForEncryptedKey(boolean addKeyValueForEncryptedKey) Whether to add the public key used to encrypt the session key as a KeyValue in the EncryptedKey structure or not.XMLSecurityDataFormat.Builder.addKeyValueForEncryptedKey(String addKeyValueForEncryptedKey) Whether to add the public key used to encrypt the session key as a KeyValue in the EncryptedKey structure or not.XMLSecurityDataFormat.Builder.digestAlgorithm(String digestAlgorithm) The digest algorithm to use with the RSA OAEP algorithm.XMLSecurityDataFormat.Builder.keyCipherAlgorithm(String keyCipherAlgorithm) The cipher algorithm to be used for encryption/decryption of the asymmetric key.XMLSecurityDataFormat.Builder.keyOrTrustStoreParameters(org.apache.camel.support.jsse.KeyStoreParameters keyOrTrustStoreParameters) Configuration options for creating and loading a KeyStore instance that represents the sender's trustStore or recipient's keyStore.XMLSecurityDataFormat.Builder.keyOrTrustStoreParametersRef(String keyOrTrustStoreParametersRef) Refers to a KeyStore instance to lookup in the registry, which is used for configuration options for creating and loading a KeyStore instance that represents the sender's trustStore or recipient's keyStore.XMLSecurityDataFormat.Builder.keyPassword(String keyPassword) The password to be used for retrieving the private key from the KeyStore.XMLSecurityDataFormat.Builder.mgfAlgorithm(String mgfAlgorithm) The MGF Algorithm to use with the RSA OAEP algorithm.XMLSecurityDataFormat.Builder.namespaces(Map<String, String> namespaces) Injects the XML Namespaces of prefix -> uri mappingsXMLSecurityDataFormat.Builder.passPhrase(String passPhrase) A String used as passPhrase to encrypt/decrypt content.XMLSecurityDataFormat.Builder.passPhraseByte(byte[] passPhraseByte) A byte[] used as passPhrase to encrypt/decrypt content.XMLSecurityDataFormat.Builder.recipientKeyAlias(String recipientKeyAlias) The key alias to be used when retrieving the recipient's public or private key from a KeyStore when performing asymmetric key encryption or decryption.The XPath reference to the XML Element selected for encryption/decryption.XMLSecurityDataFormat.Builder.secureTagContents(boolean secureTagContents) A boolean value to specify whether the XML Element is to be encrypted or the contents of the XML Element.XMLSecurityDataFormat.Builder.secureTagContents(String secureTagContents) A boolean value to specify whether the XML Element is to be encrypted or the contents of the XML Element.XMLSecurityDataFormat.Builder.xmlCipherAlgorithm(String xmlCipherAlgorithm) The cipher algorithm to be used for encryption/decryption of the XML message content.