Uses of Class
org.globus.gsi.GlobusCredentialException

Packages that use GlobusCredentialException
org.globus.gsi   
 

Uses of GlobusCredentialException in org.globus.gsi
 

Methods in org.globus.gsi that throw GlobusCredentialException
protected  void GlobusCredential.load(InputStream input)
           
 void GlobusCredential.verify()
          Verifies the validity of the credential.
static GlobusCredential GlobusCredential.getDefaultCredential()
          Returns the default credential.
 

Constructors in org.globus.gsi that throw GlobusCredentialException
GlobusCredential(String proxyFile)
          Creates a GlobusCredential from a proxy file.
GlobusCredential(String certFile, String unencryptedKeyFile)
          Creates a GlobusCredential from certificate file and a unencrypted key file.
GlobusCredential(InputStream input)
          Creates a GlobusCredential from an input stream.