Showing:

Attributes
Model
Properties
Complex Type tns:cryptoDataFormat
Namespace http://camel.apache.org/schema/spring
Type extension of tns:dataFormat
Type hierarchy
Model
Attributes
QName Type Use Annotation
algorithm xs:string optional
The JCE algorithm name indicating the cryptographic algorithm that will be used.
Is by default DES/CBC/PKCS5Padding.
algorithmParameterRef xs:string optional
A JCE AlgorithmParameterSpec used to initialize the Cipher. Will lookup the type
using the given name as a java.security.spec.AlgorithmParameterSpec type.
buffersize xs:int optional
The size of the buffer used in the signature process.
cryptoProvider xs:string optional
The name of the JCE Security Provider that should be used.
id xs:ID optional
Sets the value of the id property.
initVectorRef xs:string optional
Refers to a byte array containing the Initialization Vector that will be used to
initialize the Cipher.
inline xs:boolean optional
Flag indicating that the configured IV should be inlined into the encrypted data
stream. Is by default false.
keyRef xs:string optional
Refers to the secret key to lookup from the register to use.
macAlgorithm xs:string optional
The JCE algorithm name indicating the Message Authentication algorithm.
shouldAppendHMAC xs:boolean optional
Flag indicating that a Message Authentication Code should be calculated and
appended to the encrypted data.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://camel.apache.org/schema/spring'
Attribute tns:cryptoDataFormat / @algorithm
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:cryptoDataFormat / @cryptoProvider
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:cryptoDataFormat / @keyRef
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:cryptoDataFormat / @initVectorRef
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:cryptoDataFormat / @algorithmParameterRef
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:cryptoDataFormat / @buffersize
Namespace No namespace
Type xs:int
Properties
content simple
Attribute tns:cryptoDataFormat / @macAlgorithm
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:cryptoDataFormat / @shouldAppendHMAC
Namespace No namespace
Type xs:boolean
Properties
content simple
Attribute tns:cryptoDataFormat / @inline
Namespace No namespace
Type xs:boolean
Properties
content simple