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 classDeprecated.Fields in org.globus.gsi declared as TrustedCertificatesModifier and TypeFieldDescriptionprivate static TrustedCertificatesTrustedCertificates.trustedCertificatesDeprecated.Methods in org.globus.gsi that return TrustedCertificatesModifier and TypeMethodDescriptionstatic TrustedCertificatesTrustedCertificates.getDefault()Deprecated.Obtains the default set of trusted certificates and signing policystatic TrustedCertificatesTrustedCertificates.getDefaultTrustedCertificates()Deprecated.Obtains the default set of trusted certificates and signing policystatic TrustedCertificatesDeprecated.Methods in org.globus.gsi with parameters of type TrustedCertificatesModifier and TypeMethodDescriptionstatic CertStoreTrustedCertificatesUtil.createCertStore(TrustedCertificates tc) Deprecated.Create a CertStore object from TrustedCertificates.static voidTrustedCertificates.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.CertificateTypeBouncyCastleUtil.getCertificateType(X509Certificate cert, TrustedCertificates trustedCerts) Deprecated.static GSIConstants.CertificateTypeBouncyCastleUtil.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 voidProxyPathValidator.validate(X509Certificate[] certPath, TrustedCertificates trustedCerts) Performs certificate path validation.protected voidProxyPathValidator.validate(X509Certificate[] certPath, TrustedCertificates trustedCerts, CertificateRevocationLists crlsList) protected voidProxyPathValidator.validate(X509Certificate[] certPath, TrustedCertificates trustedCerts, CertificateRevocationLists crlsList, Boolean enforceSigningPolicy) Performs certificate path validation.