|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyPathValidatorException | |
---|---|
org.globus.gsi.proxy |
Uses of ProxyPathValidatorException in org.globus.gsi.proxy |
---|
Methods in org.globus.gsi.proxy that throw ProxyPathValidatorException | |
---|---|
protected void |
ProxyPathValidator.validate(java.security.cert.X509Certificate[] certPath)
Performs certificate path validation. |
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. |
void |
ProxyPathValidator.validate(java.security.cert.X509Certificate[] certPath,
java.security.cert.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 calls validate for further checks. |
void |
ProxyPathValidator.validate(java.security.cert.X509Certificate[] certPath,
java.security.cert.X509Certificate[] trustedCerts,
CertificateRevocationLists crls)
|
void |
ProxyPathValidator.validate(java.security.cert.X509Certificate[] certPath,
java.security.cert.X509Certificate[] trustedCerts,
CertificateRevocationLists crls,
SigningPolicy[] signingPolicies)
|
void |
ProxyPathValidator.validate(java.security.cert.X509Certificate[] certPath,
java.security.cert.X509Certificate[] trustedCerts,
CertificateRevocationLists crls,
SigningPolicy[] signingPolicies,
java.lang.Boolean enforceSigningPolicy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |