public class Base32Encoder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
getBytes(java.lang.String base32String)
Converts a string to a byte array.
|
static java.lang.String |
getString(byte[] bytes)
Converts a byte array to a Base32 string.
|
public static byte[] getBytes(java.lang.String base32String)
base32String
- The input Base32 string.public static java.lang.String getString(byte[] bytes)
bytes
- The input byte array.