Uses of Class
org.ajax4jsf.util.base64.EncoderException

Packages that use EncoderException
org.ajax4jsf.util.base64 Framework utility classes to handle BASE64 encoding 
 

Uses of EncoderException in org.ajax4jsf.util.base64
 

Methods in org.ajax4jsf.util.base64 that throw EncoderException
 byte[] BinaryEncoder.encode(byte[] pArray)
          Encodes a byte array and return the encoded data as a byte array.
 Object URLCodec.encode(Object pObject)
          Encodes an object into its URL safe form.
 Object Encoder.encode(Object pObject)
          Encodes an "Object" and returns the encoded content as an Object.
 Object URL64Codec.encode(Object pObject)
          Encodes an Object using the base64 algorithm.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.