Uses of Interface
org.conscrypt.CertPinManager
Packages that use CertPinManager
-
Uses of CertPinManager in org.conscrypt
Fields in org.conscrypt declared as CertPinManagerModifier and TypeFieldDescriptionprivate CertPinManager
TrustManagerImpl.pinManager
The CertPinManager, which validates the chain against a host-to-pin mappingConstructors in org.conscrypt with parameters of type CertPinManagerModifierConstructorDescriptionTrustManagerImpl
(KeyStore keyStore, CertPinManager manager) TrustManagerImpl
(KeyStore keyStore, CertPinManager manager, ConscryptCertStore certStore) TrustManagerImpl
(KeyStore keyStore, CertPinManager manager, ConscryptCertStore certStore, CertBlocklist blocklist) TrustManagerImpl
(KeyStore keyStore, CertPinManager manager, ConscryptCertStore certStore, CertBlocklist blocklist, CTLogStore ctLogStore, CTVerifier ctVerifier, CTPolicy ctPolicy) For testing only.