public class Base32 extends Object
| Constructor and Description |
|---|
Base32() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
base32Decode(String source) |
static String |
base32Encode(byte[] source) |
static String |
base32Encode(byte[] source,
int offset,
int length) |
Copyright © 2015. All rights reserved.