HashDescriptor Data Type

This class connects the hash of a document with its algorithm name.

Properties
name data type description
algorithmName string
hash string

Example

{
  "algorithmName" : "...",
  "hash" : "..."
}