-
Notifications
You must be signed in to change notification settings - Fork 223
Open
Description
The field signed_data in CDR.singed_data.signed_values is described with:
The format of the content depends on the EncodingMethod field.
In fact the format OCMF contains the signature in its file definition. In case of OCMF we would have different options to comply with OCMF, all feel odd:
- Send whole data twice: escaped JSON in
plain_dataand base64 encoded JSON insigned_data - Manipulate the OCMF file: Strip signature from OCMF to fill
plain_dataas above and send the complete signed data with signature in base64 encoding as above - Split the OCMF at the pipe characters:
OCMF|<payload data section>|<signature section>then send payload data inplain_dataand signature section insigned_data
All options contradict with the semantics of the OCPI specification.
Metadata
Metadata
Assignees
Labels
No labels