Uses of Class
org.globus.gsi.TrustedCertificates
Packages that use TrustedCertificates
Package
Description
This package conatins the basic security constructs used to build Globus security.
The Java GSI library is an implementation of the Java GSS-API.
-
Uses of TrustedCertificates in org.globus.gsi
Subclasses of TrustedCertificates in org.globus.gsiModifier and TypeClassDescriptionprivate static class
Deprecated.Fields in org.globus.gsi declared as TrustedCertificatesModifier and TypeFieldDescriptionprivate static TrustedCertificates
TrustedCertificates.trustedCertificates
Deprecated.Methods in org.globus.gsi that return TrustedCertificatesModifier and TypeMethodDescriptionstatic TrustedCertificates
TrustedCertificates.getDefault()
Deprecated.Obtains the default set of trusted certificates and signing policystatic TrustedCertificates
TrustedCertificates.getDefaultTrustedCertificates()
Deprecated.Obtains the default set of trusted certificates and signing policystatic TrustedCertificates
Deprecated.Methods in org.globus.gsi with parameters of type TrustedCertificatesModifier and TypeMethodDescriptionstatic 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 TrustedCertificatesModifier and TypeMethodDescriptionstatic GSIConstants.CertificateType
BouncyCastleUtil.getCertificateType
(X509Certificate cert, TrustedCertificates trustedCerts) Deprecated.static GSIConstants.CertificateType
BouncyCastleUtil.getCertificateType
(org.bouncycastle.asn1.x509.TBSCertificateStructure crt, TrustedCertificates trustedCerts) -
Uses of TrustedCertificates in org.globus.gsi.gssapi
Fields in org.globus.gsi.gssapi declared as TrustedCertificates -
Uses of TrustedCertificates in org.globus.gsi.proxy
Methods in org.globus.gsi.proxy with parameters of type TrustedCertificatesModifier and TypeMethodDescriptionprotected void
ProxyPathValidator.validate
(X509Certificate[] certPath, TrustedCertificates trustedCerts) Performs certificate path validation.protected void
ProxyPathValidator.validate
(X509Certificate[] certPath, TrustedCertificates trustedCerts, CertificateRevocationLists crlsList) protected void
ProxyPathValidator.validate
(X509Certificate[] certPath, TrustedCertificates trustedCerts, CertificateRevocationLists crlsList, Boolean enforceSigningPolicy) Performs certificate path validation.