CRLChecker
, DateValidityChecker
, IdentityChecker
, SigningPolicyChecker
, UnsupportedCriticalExtensionChecker
public 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.