Implement Signature Verification in JsonProductStorage, added checking in storage for unsupported Content.
Closes #174 (closed)
Adds SignatureVerifier
to JsonProductStorage
. Also adds checking that product contents don't contain the type FileContent
since JsonProductStorage
won't store/retrieve it correctly (there may be more unsupported Content
, but this seemed to be the only that I could find that didn't work).