public interface CertificateChecker
Modifier and Type | Method and 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 © 2016. All rights reserved.