CertificateCheckerpublic class IdentityChecker extends Object implements CertificateChecker
| Constructor | Description |
|---|---|
IdentityChecker(X509ProxyCertPathValidator proxyCertPathValidator) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
invoke(X509Certificate cert,
GSIConstants.CertificateType certType) |
Method that sets the identity of the certificate path.
|
public IdentityChecker(X509ProxyCertPathValidator proxyCertPathValidator)
public void invoke(X509Certificate cert, GSIConstants.CertificateType certType) throws CertPathValidatorException
invoke in interface CertificateCheckercert - The certificate to validate.certType - The type of certificate to validate.CertPathValidatorException - If limited proxies are not accepted
and the chain has a limited proxy.Copyright © 2018. All rights reserved.