public class Base64 extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(String input)
Decode a Base64 encoded string
|
static String |
encode(byte[] input)
Base64 encode a textual string according to RFC 3548
|
public static String encode(byte[] input)
input - The string to encodepublic static byte[] decode(String input)
input - The string to decodeCopyright © 2021 Couchbase, Inc.. All rights reserved.