Codecs
Utilities for Codecs operations.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Codecs.type
Members list
Value members
Concrete methods
Transform an hexadecimal String to a byte array.
Transform an hexadecimal String to a byte array.
Attributes
Computes the MD5 digest for a byte array.
Computes the MD5 digest for a byte array.
Value parameters
- bytes
-
the data to hash
Attributes
- Returns
-
the MD5 digest, encoded as a hex string
Computes the MD5 digest for a String.
Computes the MD5 digest for a String.
Value parameters
- text
-
the data to hash
Attributes
- Returns
-
the MD5 digest, encoded as a hex string
Computes the SHA-1 digest for a byte array.
Computes the SHA-1 digest for a byte array.
Value parameters
- bytes
-
the data to hash
Attributes
- Returns
-
the SHA-1 digest, encoded as a hex string
Compute the SHA-1 digest for a String.
Compute the SHA-1 digest for a String.
Value parameters
- text
-
the text to hash
Attributes
- Returns
-
the SHA-1 digest, encoded as a hex string
Converts a byte array into an array of characters that denotes a hexadecimal representation.
Converts a byte array into an array of characters that denotes a hexadecimal representation.
Attributes
Converts a byte array into a String that denotes a hexadecimal representation.
Converts a byte array into a String that denotes a hexadecimal representation.