Uses of Class
org.globus.gsi.GlobusCredential

Packages that use GlobusCredential
org.globus.gsi   
org.globus.gsi.bc   
org.globus.gsi.gssapi The Java GSI library is an implementation of the Java GSS-API. 
org.globus.gsi.ptls   
org.globus.tools Contains higher-level components which utilize the CoG Kit. 
org.globus.tools.proxy   
 

Uses of GlobusCredential in org.globus.gsi
 

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

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

Uses of GlobusCredential in org.globus.gsi.bc
 

Methods in org.globus.gsi.bc that return GlobusCredential
 GlobusCredential BouncyCastleCertProcessingFactory.createCredential(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, int delegationMode)
          Creates a new proxy credential from the specified certificate chain and a private key.
 GlobusCredential BouncyCastleCertProcessingFactory.createCredential(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, int delegationMode, X509ExtensionSet extSet)
          Creates a new proxy credential from the specified certificate chain and a private key.
 GlobusCredential BouncyCastleCertProcessingFactory.createCredential(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, int delegationMode, X509ExtensionSet extSet, String cnValue)
          Creates a new proxy credential from the specified certificate chain and a private key.
 GlobusCredential BouncyCastleCertProcessingFactory.createCredential(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, int delegationMode, ProxyCertInfo proxyCertInfoExt, String cnValue)
          Deprecated. Please use createCredential() instead. The ProxyCertInfo parameter can be passed in the X509ExtensionSet using ProxyCertInfoExtension class.
 GlobusCredential BouncyCastleCertProcessingFactory.createCredential(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, int delegationMode, ProxyCertInfo proxyCertInfoExt)
          Deprecated.  
 

Uses of GlobusCredential in org.globus.gsi.gssapi
 

Methods in org.globus.gsi.gssapi that return GlobusCredential
 GlobusCredential GlobusGSSCredentialImpl.getGlobusCredential()
          Returns actual GlobusCredential object represented by this credential (if any).
 

Constructors in org.globus.gsi.gssapi with parameters of type GlobusCredential
GlobusGSSCredentialImpl(GlobusCredential cred, int usage)
          Creates regular credential from specified GlobusCredential object.
 

Uses of GlobusCredential in org.globus.gsi.ptls
 

Methods in org.globus.gsi.ptls with parameters of type GlobusCredential
 void PureTLSContext.setCredential(GlobusCredential cred)
          Sets the credential.
 

Uses of GlobusCredential in org.globus.tools
 

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

Uses of GlobusCredential in org.globus.tools.proxy
 

Methods in org.globus.tools.proxy that return GlobusCredential
 GlobusCredential DefaultGridProxyModel.createProxy(String pwd)
           
abstract  GlobusCredential GridProxyModel.createProxy(String pwd)
           
 GlobusCredential GridProxyInit.getProxy()
           
 

Methods in org.globus.tools.proxy with parameters of type GlobusCredential
 void ProxyListener.proxyCreated(GlobusCredential proxy)