Uses of Class
org.globus.gsi.TrustedCertificates

Packages that use TrustedCertificates
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.proxy   
org.globus.gsi.ptls   
 

Uses of TrustedCertificates in org.globus.gsi
 

Methods in org.globus.gsi that return TrustedCertificates
static TrustedCertificates TrustedCertificates.load(String locations)
           
static TrustedCertificates TrustedCertificates.getDefaultTrustedCertificates()
          Obtains the default set of trusted certificates.
static TrustedCertificates TrustedCertificates.getDefault()
          Obtains the default set of trusted certificates.
 

Methods in org.globus.gsi with parameters of type TrustedCertificates
static void TrustedCertificates.setDefaultTrustedCertificates(TrustedCertificates trusted)
          Sets the default set of trusted certificates to use.
 

Uses of TrustedCertificates in org.globus.gsi.bc
 

Methods in org.globus.gsi.bc with parameters of type TrustedCertificates
static int BouncyCastleUtil.getCertificateType(X509Certificate cert, TrustedCertificates trustedCerts)
          Returns certificate type of the given certificate.
static int BouncyCastleUtil.getCertificateType(TBSCertificateStructure crt, TrustedCertificates trustedCerts)
          Returns certificate type of the given certificate.
 

Uses of TrustedCertificates in org.globus.gsi.gssapi
 

Fields in org.globus.gsi.gssapi declared as TrustedCertificates
protected  TrustedCertificates GlobusGSSContextImpl.tc
           
 

Uses of TrustedCertificates in org.globus.gsi.proxy
 

Methods in org.globus.gsi.proxy with parameters of type TrustedCertificates
protected  void ProxyPathValidator.validate(X509Certificate[] certPath, TrustedCertificates trustedCerts)
          Performs certificate path validation.
protected  void ProxyPathValidator.validate(X509Certificate[] certPath, TrustedCertificates trustedCerts, CertificateRevocationLists crlsList)
          Performs certificate path validation.
protected  void ProxyPathValidator.checkCRL(X509Certificate cert, CertificateRevocationLists crlsList, TrustedCertificates trustedCerts)
           
 

Uses of TrustedCertificates in org.globus.gsi.ptls
 

Subclasses of TrustedCertificates in org.globus.gsi.ptls
 class PureTLSTrustedCertificates
          A PureTLS-optimized version of the TrustedCertificates code.
 

Methods in org.globus.gsi.ptls with parameters of type TrustedCertificates
protected  void PureTLSTrustedCertificates.setTrustedCertificates(TrustedCertificates tc)
           
 

Constructors in org.globus.gsi.ptls with parameters of type TrustedCertificates
PureTLSTrustedCertificates(TrustedCertificates tc)