Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1a644f5
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
7161ddf
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
d7d5c04
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
0745ff5
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
27a1e02
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
ab6cc10
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
b458fa6
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
195cc52
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
d905c72
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
6f188b3
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
4eeb1cf
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
27df7fc
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
660e0f3
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
910c3f2
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
e80e76a
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
a2530ad
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
3c0a0f4
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
fd1e673
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
e1447fc
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 18, 2025
bb297f2
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 19, 2025
f323b17
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 19, 2025
969e643
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 19, 2025
436acb4
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 19, 2025
4797f34
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 19, 2025
5a00bb1
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 19, 2025
38c20aa
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 19, 2025
ad2f867
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 19, 2025
2cd45ea
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 19, 2025
e63d6e5
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 19, 2025
1e52121
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 19, 2025
135a110
CAMEL-22354: dataformats - Align all data formats getter setters to m…
davsclaus Aug 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
},
"properties": {
"id": { "index": 0, "kind": "attribute", "displayName": "Id", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" },
"barcodeFormat": { "index": 1, "kind": "attribute", "displayName": "Barcode Format", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Barcode format such as QR-Code" },
"imageType": { "index": 2, "kind": "attribute", "displayName": "Image Type", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Image type of the barcode such as png" },
"width": { "index": 3, "kind": "attribute", "displayName": "Width", "group": "common", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "description": "Width of the barcode" },
"height": { "index": 4, "kind": "attribute", "displayName": "Height", "group": "common", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "description": "Height of the barcode" }
"barcodeFormat": { "index": 1, "kind": "attribute", "displayName": "Barcode Format", "group": "common", "required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ "AZTEC", "CODABAR", "CODE_39", "CODE_93", "CODE_128", "DATA_MATRIX", "EAN_8", "EAN_13", "ITF", "MAXICODE", "PDF_417", "QR_CODE", "RSS_14", "RSS_EXPANDED", "UPC_A", "UPC_E", "UPC_EAN_EXTENSION" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "QR_CODE", "description": "Barcode format such as QR-Code" },
"imageType": { "index": 2, "kind": "attribute", "displayName": "Image Type", "group": "common", "required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ "JPG", "GIF", "PNG" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "PNG", "description": "Image type of the barcode such as png" },
"width": { "index": 3, "kind": "attribute", "displayName": "Width", "group": "common", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "100", "description": "Width of the barcode" },
"height": { "index": 4, "kind": "attribute", "displayName": "Height", "group": "common", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "100", "description": "Height of the barcode" }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"properties": {
"id": { "index": 0, "kind": "attribute", "displayName": "Id", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" },
"algorithm": { "index": 1, "kind": "attribute", "displayName": "Algorithm", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The JCE algorithm name indicating the cryptographic algorithm that will be used." },
"keyRef": { "index": 2, "kind": "attribute", "displayName": "Key Ref", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Refers to the secret key to lookup from the register to use." },
"key": { "index": 2, "kind": "attribute", "displayName": "Key", "group": "common", "required": false, "type": "object", "javaType": "java.security.Key", "deprecated": false, "autowired": false, "secret": false, "description": "Refers to the secret key to lookup from the register to use." },
"cryptoProvider": { "index": 3, "kind": "attribute", "displayName": "Crypto Provider", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The name of the JCE Security Provider that should be used." },
"initVectorRef": { "index": 4, "kind": "attribute", "displayName": "Init Vector Ref", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Refers to a byte array containing the Initialization Vector that will be used to initialize the Cipher." },
"algorithmParameterRef": { "index": 5, "kind": "attribute", "displayName": "Algorithm Parameter Ref", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "A JCE AlgorithmParameterSpec used to initialize the Cipher. Will lookup the type using the given name as a java.security.spec.AlgorithmParameterSpec type." },
"initVector": { "index": 4, "kind": "attribute", "displayName": "Init Vector", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "byte[]", "deprecated": false, "autowired": false, "secret": false, "description": "Refers to a byte array containing the Initialization Vector that will be used to initialize the Cipher." },
"algorithmParameterSpec": { "index": 5, "kind": "attribute", "displayName": "Algorithm Parameter Spec", "group": "advanced", "label": "advanced", "required": false, "type": "object", "javaType": "java.security.spec.AlgorithmParameterSpec", "deprecated": false, "autowired": false, "secret": false, "description": "A JCE AlgorithmParameterSpec used to initialize the Cipher. Will lookup the type using the given name as a java.security.spec.AlgorithmParameterSpec type." },
"bufferSize": { "index": 6, "kind": "attribute", "displayName": "Buffer Size", "group": "common", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "4096", "description": "The size of the buffer used in the signature process." },
"macAlgorithm": { "index": 7, "kind": "attribute", "displayName": "Mac Algorithm", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "HmacSHA1", "description": "The JCE algorithm name indicating the Message Authentication algorithm." },
"shouldAppendHMAC": { "index": 8, "kind": "attribute", "displayName": "Should Append HMAC", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Flag indicating that a Message Authentication Code should be calculated and appended to the encrypted data." },
Expand Down
Loading
Loading