valueof(v_encrypted_data).content.encryptedData.ciphertext.aes128ccm.ccmCiphertext,// The encrypted message
v_tsPrivateKey,
valueof(v_encrypted_data).content.encryptedData.recipients[0].signedDataRecipInfo.encKey.eciesBrainpoolP256r1.v.uncompressedP256.x,// The public ephemeral key X-coordinate
valueof(v_encrypted_data).content.encryptedData.recipients[0].signedDataRecipInfo.encKey.eciesBrainpoolP256r1.v.uncompressedP256.y,// The public ephemeral key Y-coordinate
valueof(v_encrypted_data).content.encryptedData.recipients[0].signedDataRecipInfo.encKey.eciesBrainpoolP256r1.c,// The encrypted symmetric key
valueof(v_encrypted_data).content.encryptedData.recipients[0].signedDataRecipInfo.encKey.eciesBrainpoolP256r1.t,// The encrypted symmetric key tag
valueof(v_encrypted_data).content.encryptedData.ciphertext.aes128ccm.nonce// The AES 128 nonce