public class Base64 extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Base64.Base64Encoder |
| Constructor and Description |
|---|
Base64() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encode(String s) |
static String |
encodeBytes(byte[] b) |
Copyright © 2017 Eclipse Paho. All Rights Reserved.