public interface CertificateChecker
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(java.security.cert.X509Certificate cert,
GSIConstants.CertificateType certType)
Validate the certificate.
|
void invoke(java.security.cert.X509Certificate cert,
GSIConstants.CertificateType certType)
throws java.security.cert.CertPathValidatorException
cert - The certificate to validate.certType - The type of certificate to validate.java.security.cert.CertPathValidatorException - If validation fails.Copyright © 2013. All Rights Reserved.