Package jodd.util
Class Base32
java.lang.Object
jodd.util.Base32
Base32 encoding. Quite fast.
-
Field Details
-
ERR_CANONICAL_LEN
- See Also:
-
ERR_CANONICAL_END
- See Also:
-
ERR_INVALID_CHARS
- See Also:
-
CHARS
private static final char[] CHARS -
LOOKUP
private static final byte[] LOOKUP
-
-
Constructor Details
-
Base32
public Base32()
-
-
Method Details
-
encode
Encode an array of binary bytes into a Base32 string. -
decode
Decode a Base32 string into an array of binary bytes.- Throws:
IllegalArgumentException
-