{
    "name": "$PRODUCTNAME",
    "description": "Product for testing image encryption",
    "productType": "RnD",
    "enabled": true,
    "caInfo": [],
    "rndKeys": [],
    "productOperations": [
        {
            "name": "Content encryption operation",
            "description": "Used to encrypt image and the AES key $PRODUCTNAME",
            "operationType": "EncryptImageWithAES",
            "approvalRule": {
                "name": "Test rule2",
                "description": "Rule used for testing for $PRODUCTNAME",
                "allowedGroups": [
                    "$LAAVAT_WRITERGROUP"
                ],
                "approvalGroups": [
                    "$LAAVAT_APPROVERGROUP"
                ],
                "blanketGroups": []
            },
            "token": {
                "name": "Key for image encryption",
                "description": "HSM AES key encryption and fusemap embedding. Extractable is set to true. For $PRODUCTNAME",
                "keyType": "AES256",
                "extractable": true
            }
        }
    ]
}