Package dev.getelements.elements.rt.util
Class Hex
java.lang.Object
dev.getelements.elements.sdk.util.Hex
dev.getelements.elements.rt.util.Hex
Deprecated.
A set of utilities for encoding and decoding Hexadecimal strings.
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.getelements.elements.sdk.util.Hex
Hex.ByteBufferAllocator, Hex.Case, Hex.InvalidHexString
-
Field Summary
Fields inherited from class dev.getelements.elements.sdk.util.Hex
VALID_PATTERN, VALID_REGEX
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.getelements.elements.sdk.util.Hex
decode, decodeToBuffer, decodeToBuffer, encode, encode, encode, encode, forNibble
-
Constructor Details
-
Hex
public Hex()Deprecated.
-
Hex