Uses of Class
org.globus.gsi.GlobusCredential

Packages that use GlobusCredential
org.globus.gsi This package conatins the basic security constructs used to build Globus security. 
org.globus.gsi.bc   
org.globus.tools Contains higher-level components which utilize the jGlobus library. 
 

Uses of GlobusCredential in org.globus.gsi
 

Methods in org.globus.gsi that return GlobusCredential
static GlobusCredential GlobusCredential.getDefaultCredential()
          Deprecated. Returns the default credential.
 

Methods in org.globus.gsi with parameters of type GlobusCredential
static void GlobusCredential.setDefaultCredential(GlobusCredential cred)
          Deprecated. Sets default credential.
 

Uses of GlobusCredential in org.globus.gsi.bc
 

Methods in org.globus.gsi.bc that return GlobusCredential
 GlobusCredential BouncyCastleCertProcessingFactory.createCredential(java.security.cert.X509Certificate[] certs, java.security.PrivateKey privateKey, int bits, int lifetime, int delegationMode)
          Deprecated.  
 GlobusCredential BouncyCastleCertProcessingFactory.createCredential(java.security.cert.X509Certificate[] certs, java.security.PrivateKey privateKey, int bits, int lifetime, int delegationMode, X509ExtensionSet extSet)
          Deprecated.  
 GlobusCredential BouncyCastleCertProcessingFactory.createCredential(java.security.cert.X509Certificate[] certs, java.security.PrivateKey privateKey, int bits, int lifetime, int delegationMode, X509ExtensionSet extSet, java.lang.String cnValue)
          Deprecated.  
 

Uses of GlobusCredential in org.globus.tools
 

Fields in org.globus.tools declared as GlobusCredential
protected  GlobusCredential ProxyInit.proxy