Interface CertificateVerifier
-
- All Known Implementing Classes:
PermissiveCertificateVerifier,TrustStoreCertificateVerifier
public interface CertificateVerifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckCertificateTrusted(X509Certificate certificate)
-
-
-
Method Detail
-
checkCertificateTrusted
void checkCertificateTrusted(X509Certificate certificate) throws CertificateException
- Throws:
CertificateException
-
-