Members
-
<static> ARRAY_BUFFER :string
-
Indica que o digest retornado será um objeto do tipo ArrayBuffer.
Type:
- string
- Default Value:
-
- arraybuffer
-
<static> BINARY_STRING :string
-
Indica que o digest retornado será um objeto do tipo string, no formato Binary String.
Type:
- string
- Default Value:
-
- binarystring
-
<static> UINT8_ARRAY :string
-
Indica que o digest retornado será um objeto do tipo Uint8Array.
Type:
- string
- Default Value:
-
- uint8array