|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Base64DecoderException | |
---|---|
com.android.vending.licensing |
Uses of Base64DecoderException in com.android.vending.licensing |
---|
Methods in com.android.vending.licensing that throw Base64DecoderException | |
---|---|
static byte[] |
Base64.decode(byte[] source)
Decodes Base64 content in byte array format and returns the decoded byte array. |
static byte[] |
Base64.decode(byte[] source,
int off,
int len)
Decodes Base64 content in byte array format and returns the decoded byte array. |
static byte[] |
Base64.decode(byte[] source,
int off,
int len,
byte[] decodabet)
Decodes Base64 content using the supplied decodabet and returns the decoded byte array. |
static byte[] |
Base64.decode(java.lang.String s)
Decodes data from Base64 notation. |
static byte[] |
Base64.decodeWebSafe(byte[] source)
Decodes web safe Base64 content in byte array format and returns the decoded data. |
static byte[] |
Base64.decodeWebSafe(byte[] source,
int off,
int len)
Decodes web safe Base64 content in byte array format and returns the decoded byte array. |
static byte[] |
Base64.decodeWebSafe(java.lang.String s)
Decodes data from web safe Base64 notation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |