public class SimpleBase64Encoder extends Object
Constructor and Description |
---|
SimpleBase64Encoder() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(String string) |
static String |
encode(byte[] bytes)
Encodes an array of byte into a string of printable ASCII characters
using a base-64 encoding.
|
Copyright © 2017 Eclipse Paho. All rights reserved.