public interface Base64Encoder
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(String b64text) |
String |
encode(byte[] bytes) |
String encode(byte[] bytes)
byte[] decode(String b64text) throws Base64FormatException
Base64FormatException
Copyright © 2017 com.mchange. All rights reserved.