public class Base64 extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
decodeBase64(String string) |
static String |
encodeBase64(byte[] data) |
Object |
toData() |
String |
toString() |
public Base64(byte[] data)
public Base64(String s)
Copyright © 2017 aQute SARL. All Rights Reserved.