public class Base32 extends Object
Base32()
static byte[]
decode(String base32)
static String
encode(byte[] bytes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base32()
public static String encode(byte[] bytes)
bytes
public static byte[] decode(String base32)
base32
Copyright © 2020. All rights reserved.