Uses of Class
org.globus.gsi.TrustedCertificates

Packages that use TrustedCertificates
org.globus.axis.transport   
org.globus.gsi This package conatins the basic security constructs used to build Globus security. 
org.globus.gsi.bc   
org.globus.gsi.proxy   
 

Uses of TrustedCertificates in org.globus.axis.transport
 

Methods in org.globus.axis.transport with parameters of type TrustedCertificates
protected  void SSLContextHelper.init(java.lang.String host, int port, Authorization auth, java.lang.Boolean anonymous, org.ietf.jgss.GSSCredential cred, java.lang.Integer protection, TrustedCertificates trustedCerts)
           
 

Constructors in org.globus.axis.transport with parameters of type TrustedCertificates
SSLContextHelper(java.lang.String host, int port, Authorization auth, java.lang.Boolean anonymous, org.ietf.jgss.GSSCredential cred, java.lang.Integer protection, TrustedCertificates trustedCerts)
           
 

Uses of TrustedCertificates in org.globus.gsi
 

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

Methods in org.globus.gsi with parameters of type TrustedCertificates
static java.security.cert.CertStore TrustedCertificatesUtil.createCertStore(TrustedCertificates tc)
          Deprecated. Create a CertStore object from TrustedCertificates.
static void TrustedCertificates.setDefaultTrustedCertificates(TrustedCertificates trusted)
          Deprecated. 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 GSIConstants.CertificateType BouncyCastleUtil.getCertificateType(org.bouncycastle.asn1.x509.TBSCertificateStructure crt, TrustedCertificates trustedCerts)
           
static GSIConstants.CertificateType BouncyCastleUtil.getCertificateType(java.security.cert.X509Certificate cert, TrustedCertificates trustedCerts)
          Deprecated.  
 

Uses of TrustedCertificates in org.globus.gsi.proxy
 

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



Copyright © 2013. All Rights Reserved.