public class Base16Encoder extends Object
Constructor and Description |
---|
Base16Encoder() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(String s)
Convert a base16 string into a byte array.
|
static String |
encode(byte[] byteArray)
Convert bytes to a base16 string.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.