java.lang.Object
com.cryptoalgo.oursql.support.HexEncoder
Utility class to encode byte arrays into hex strings
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
bytesToHex
(byte[] bytes) Encode a byte array into a hex string
-
Constructor Details
-
HexEncoder
public HexEncoder()
-
-
Method Details
-
bytesToHex
Encode a byte array into a hex string- Parameters:
bytes
- Byte array to encode- Returns:
- Hex representation of byte array
-