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