Package org.conscrypt
Interface CertPinManager
Interface for classes that implement certificate pinning for use in
TrustManagerImpl
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkChainPinning
(String hostname, List<X509Certificate> chain) Given ahostname
and achain
this verifies that the certificate chain includes pinned certificates if pinning is requested forhostname
.
-
Method Details
-
checkChainPinning
Given ahostname
and achain
this verifies that the certificate chain includes pinned certificates if pinning is requested forhostname
.- Throws:
CertificateException
-