hashLength property

String? hashLength
getter/setter pair

The supported hash length for this hash list.

Each hash list will support exactly one length. If a different hash length is introduced for the same set of threat types or safe types, it will be introduced as a separate list with a distinct name and respective hash length set. Possible string values are:

  • "HASH_LENGTH_UNSPECIFIED" : Unspecified length.
  • "FOUR_BYTES" : Each hash is a four-byte prefix.
  • "EIGHT_BYTES" : Each hash is an eight-byte prefix.
  • "SIXTEEN_BYTES" : Each hash is a sixteen-byte prefix.
  • "THIRTY_TWO_BYTES" : Each hash is a thirty-two-byte full hash.

Implementation

core.String? hashLength;