public final class Base32 extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
encodeToString(byte[] bytes)
Encodes the given byte array to a Base32 string.
|
public static String encodeToString(byte[] bytes)
bytes - the byte array to encode