Package com.google.crypto.tink.subtle
Class Hex
- java.lang.Object
-
- com.google.crypto.tink.subtle.Hex
-
public final class Hex extends java.lang.ObjectHelper methods for encode/decode hex strings.- Since:
- 1.0.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]decode(java.lang.String hex)Decodes a hex string to a byte array.static java.lang.Stringencode(byte[] bytes)Encodes a byte array to hex.
-