DigestHelper extension

Extends the Digest class to provide hex encoder/decoder

on

Methods

hexEncode() String
Encode a digest to a hex string.

Static Methods

hexDecode(String hexValue) Digest
Decodes a string that contains a hexidecimal value into a digest.