public final class BASE64 extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] bs)
Decode the specified byte array using the BASE64 algorithm.
|
static byte[] |
encode(byte[] bs)
Encode the specified byte array using the BASE64 algorithm.
|
static void |
main(String[] args) |
public static byte[] encode(byte[] bs)
bs - the source byte arraypublic static byte[] decode(byte[] bs)
bs - the source byte arraypublic static void main(String[] args)
Copyright © 2017. All rights reserved.