Methods in org.globus.gsi.proxy with parameters of type CertificateRevocationLists |
protected void |
ProxyPathValidator.checkCRL(X509Certificate cert,
CertificateRevocationLists crlsList,
TrustedCertificates trustedCerts)
|
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. |
void |
ProxyPathValidator.validate(X509Certificate[] certPath,
X509Certificate[] trustedCerts,
CertificateRevocationLists crls)
|
void |
ProxyPathValidator.validate(X509Certificate[] certPath,
X509Certificate[] trustedCerts,
CertificateRevocationLists crls,
SigningPolicy[] signingPolicies)
|
void |
ProxyPathValidator.validate(X509Certificate[] certPath,
X509Certificate[] trustedCerts,
CertificateRevocationLists crls,
SigningPolicy[] signingPolicies,
Boolean enforceSigningPolicy)
|