CRLChecker, DateValidityChecker, IdentityChecker, SigningPolicyChecker, UnsupportedCriticalExtensionCheckerpublic interface CertificateChecker
| Modifier and Type | Method | Description |
|---|---|---|
void |
invoke(X509Certificate cert,
GSIConstants.CertificateType certType) |
Validate the certificate.
|
void invoke(X509Certificate cert, GSIConstants.CertificateType certType) throws CertPathValidatorException
cert - The certificate to validate.certType - The type of certificate to validate.CertPathValidatorException - If validation fails.Copyright © 2018. All rights reserved.