public class Base64 extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] source)
Decodes a byte array from base64.
|
static byte[] |
encode(byte[] source)
Encodes a byte array to base64.
|
public static byte[] encode(byte[] source)
source - Byte array to encode.public static byte[] decode(byte[] source)
source - Byte array to decode.Copyright © 2023. All rights reserved.