public final class Base64 extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(String subject)
BASE64-decodes the subject.
|
static String |
encode(byte[] subject)
BASE64-encodes the subject byte array and fills it with zeros.
|
public static String encode(byte[] subject)
public static byte[] decode(String subject) throws AssertionError
AssertionErrorCopyright © 2018 Arno Unkrig. All rights reserved.