Class Hex
java.lang.Object
org.gudy.bouncycastle.util.encoders.Hex
Converters for going from hex to binary and back.
Note: this class assumes ASCII processing.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
encoder
-
hexTable
private static final byte[] hexTable
-
-
Constructor Details
-
Hex
public Hex()
-
-
Method Details
-
encode
public static byte[] encode(byte[] array) -
encode
public static byte[] encode(byte[] array, int off, int length) -
decode
-
decode
public static byte[] decode(byte[] array)
-