public class Base32 extends Object
Modifier and Type | Field and Description |
---|---|
private static String |
base32Chars |
private static byte[] |
base32Lookup |
private static String |
errorCanonicalEnd |
private static String |
errorCanonicalLength |
private static String |
errorInvalidChar |
Constructor and Description |
---|
Base32() |
private static final String base32Chars
private static final byte[] base32Lookup
private static final String errorCanonicalLength
private static final String errorCanonicalEnd
private static final String errorInvalidChar
public static String encode(byte[] bytes)
public static byte[] decode(String base32) throws IllegalArgumentException
IllegalArgumentException
Copyright © 1999-2012. All Rights Reserved.