Uses of Class
org.apache.ws.commons.util.Base64.DecodingException
-
Packages that use Base64.DecodingException Package Description 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 Modifier and Type Method Description 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(String pBuffer)
Converts the given base64 encoded String into a byte array.
-