The list of allowed hash algorithms. Supported values are:
- sha1
- sha224
- sha256
- sha384
- sha512
The Timestamping Authority solution will not timestamp data hashed with other algorithms.
Mandatory: No. This optional value defaults to the following list.
- sha224
- sha256
- sha384
- sha512
JSON data type: A list of algorithm identifiers – for example:
"allowedHashAlgs"
: [
"sha224"
,
"sha256"
,
"sha384"
,
"sha512"
]