Uses of Class
org.apache.camel.model.dataformat.CryptoDataFormat.Builder
Packages that use CryptoDataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of CryptoDataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return CryptoDataFormat.Builder -
Uses of CryptoDataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return CryptoDataFormat.BuilderModifier and TypeMethodDescriptionThe JCE algorithm name indicating the cryptographic algorithm that will be used.CryptoDataFormat.Builder.algorithmParameterRef(String algorithmParameterRef) A JCE AlgorithmParameterSpec used to initialize the Cipher.CryptoDataFormat.Builder.bufferSize(int bufferSize) The size of the buffer used in the signature process.CryptoDataFormat.Builder.bufferSize(String bufferSize) The size of the buffer used in the signature process.CryptoDataFormat.Builder.cryptoProvider(String cryptoProvider) The name of the JCE Security Provider that should be used.CryptoDataFormat.Builder.initVectorRef(String initVectorRef) Refers to a byte array containing the Initialization Vector that will be used to initialize the Cipher.CryptoDataFormat.Builder.inline(boolean inline) Flag indicating that the configured IV should be inlined into the encrypted data stream.Flag indicating that the configured IV should be inlined into the encrypted data stream.Refers to the secret key to lookup from the register to use.CryptoDataFormat.Builder.macAlgorithm(String macAlgorithm) The JCE algorithm name indicating the Message Authentication algorithm.CryptoDataFormat.Builder.shouldAppendHMAC(boolean shouldAppendHMAC) Flag indicating that a Message Authentication Code should be calculated and appended to the encrypted data.CryptoDataFormat.Builder.shouldAppendHMAC(String shouldAppendHMAC) Flag indicating that a Message Authentication Code should be calculated and appended to the encrypted data.