Uses of Class
org.apache.ws.commons.util.Base64.DecodingException

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.
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.