public class AndroidBase64Encoder extends Object implements org.jivesoftware.smack.util.stringencoder.Base64.Encoder
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(byte[] input,
int offset,
int len) |
byte[] |
decode(String string) |
byte[] |
encode(byte[] input,
int offset,
int len) |
String |
encodeToString(byte[] input,
int offset,
int len) |
static AndroidBase64Encoder |
getInstance() |
public static AndroidBase64Encoder getInstance()
public byte[] decode(String string)
decode in interface org.jivesoftware.smack.util.stringencoder.Base64.Encoderpublic byte[] decode(byte[] input,
int offset,
int len)
decode in interface org.jivesoftware.smack.util.stringencoder.Base64.Encoderpublic String encodeToString(byte[] input, int offset, int len)
encodeToString in interface org.jivesoftware.smack.util.stringencoder.Base64.Encoderpublic byte[] encode(byte[] input,
int offset,
int len)
encode in interface org.jivesoftware.smack.util.stringencoder.Base64.Encoder