DigestHelper extension
Extends the Digest class to provide hex encoder/decoder
- on
Methods
-
hexEncode(
) → String -
Available on Digest, provided by the DigestHelper extension
Encode a digest to a hex string.
Static Methods
-
hexDecode(
String hexValue) → Digest -
Available on Digest, provided by the DigestHelper extension
Decodes a string that contains a hexidecimal value into a digest.