Uses of Class
org.globus.gsi.proxy.ProxyPathValidatorException
Packages that use ProxyPathValidatorException
-
Uses of ProxyPathValidatorException in org.globus.gsi.proxy
Methods in org.globus.gsi.proxy that throw ProxyPathValidatorExceptionModifier and TypeMethodDescriptionprotected voidProxyPathValidator.validate(X509Certificate[] certPath) Performs certificate path validation.voidProxyPathValidator.validate(X509Certificate[] certPath, X509Certificate[] trustedCerts) Performs all certificate path validation including checking of the signatures, validity of the certificates, extension checking, etc.
It uses the PureTLS code to do basic cert signature checking checking and then callsvalidatefor further checks.voidProxyPathValidator.validate(X509Certificate[] certPath, X509Certificate[] trustedCerts, CertificateRevocationLists crls) voidProxyPathValidator.validate(X509Certificate[] certPath, X509Certificate[] trustedCerts, CertificateRevocationLists crls, SigningPolicy[] signingPolicies) voidProxyPathValidator.validate(X509Certificate[] certPath, X509Certificate[] trustedCerts, CertificateRevocationLists crls, SigningPolicy[] signingPolicies, Boolean enforceSigningPolicy) protected 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.