Uses of Class
iaik.utils.Base64Exception

Packages that use Base64Exception
com.entrust.toolkit.credentials Contains classes for the creation and recovery of credentials in a variety of key sources. 
iaik.utils   
 

Uses of Base64Exception in com.entrust.toolkit.credentials
 

Constructors in com.entrust.toolkit.credentials that throw Base64Exception
UALCredentialReader.UALCredentialReader(java.io.InputStream credentials, java.io.InputStream passwordCache)
           Creating a UALCredentialReader object allows unattended server processes while the user is logged in.
 

Uses of Base64Exception in iaik.utils
 

Methods in iaik.utils that throw Base64Exception
static byte[] Util.Base64Decode(byte[] in)
          Decodes a Base64 encoded byte array.
 int Base64InputStream.read(byte[] b, int off, int len)
          Reads and decodes the specified number of data bytes from the underlying input stream into a byte array until bytes are available.
 int Base64InputStream.read()
          Returns the next BASE64 decoded byte, read from the underlying input stream.