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
static GlobusCredential GlobusCredential.getDefaultCredential()
          Returns the default credential.
protected  void GlobusCredential.load(InputStream input)
           
 void GlobusCredential.verify()
          Verifies the validity of the credential.
 

Constructors in org.globus.gsi that throw GlobusCredentialException
GlobusCredential(InputStream input)
          Creates a GlobusCredential from an input stream.
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.