ProxyPolicyHandlerpublic class IgnoreProxyPolicyHandler extends Object implements ProxyPolicyHandler
| Constructor | Description |
|---|---|
IgnoreProxyPolicyHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
validate(ProxyCertInfo proxyCertInfo,
CertPath certPath,
int index) |
public void validate(ProxyCertInfo proxyCertInfo, CertPath certPath, int index) throws CertPathValidatorException
validate in interface ProxyPolicyHandlerproxyCertInfo - the ProxyCertInfo extension found in
the restricted proxy certificate.certPath - the certificate path being validated.index - the index of the certificate in the certPath that is
being validated - the index of the restricted proxy
certificate.CertPathValidatorException - if policy validation fails.Copyright © 2018. All rights reserved.