public class Base32
extends java.lang.Object
Constructor and Description |
---|
Base32() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(java.lang.String base32)
Decode a Base32 string into an array of binary bytes.
|
static java.lang.String |
encode(byte[] bytes)
Encode an array of binary bytes into a Base32 string.
|
public static java.lang.String encode(byte[] bytes)
public static byte[] decode(java.lang.String base32) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
Copyright © 2003-present Jodd Team