Uses of Class
org.apache.ws.commons.util.Base64.DecodingException
Packages that use Base64.DecodingException
Package
Description
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.DecodingExceptionModifier and TypeMethodDescriptionstatic 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[]Converts the given base64 encoded String into a byte array.