|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Base64.DecodingException | |
---|---|
org.apache.ws.commons.util | This package contains some utility classes, which aren't worth a separate package. |
Uses of Base64.DecodingException in org.apache.ws.commons.util |
---|
Methods in org.apache.ws.commons.util that throw Base64.DecodingException | |
---|---|
static byte[] |
Base64.decode(char[] pBuffer)
Converts the given base64 encoded character buffer into a byte array. |
static byte[] |
Base64.decode(char[] pBuffer,
int pOffset,
int pLength)
Converts the given base64 encoded character buffer into a byte array. |
static byte[] |
Base64.decode(java.lang.String pBuffer)
Converts the given base64 encoded String into a byte array. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |