Uses of Interface
org.conscrypt.ConscryptCertStore
-
Packages that use ConscryptCertStore Package Description org.conscrypt -
-
Uses of ConscryptCertStore in org.conscrypt
Fields in org.conscrypt declared as ConscryptCertStore Modifier and Type Field Description private ConscryptCertStore
TrustManagerImpl. trustedCertificateStore
The backing store for the AndroidCAStore if non-null.Methods in org.conscrypt that return ConscryptCertStore Modifier and Type Method Description (package private) static ConscryptCertStore
Platform. newDefaultCertStore()
Constructors in org.conscrypt with parameters of type ConscryptCertStore Constructor Description TrustManagerImpl(java.security.KeyStore keyStore, CertPinManager manager, ConscryptCertStore certStore)
TrustManagerImpl(java.security.KeyStore keyStore, CertPinManager manager, ConscryptCertStore certStore, CertBlocklist blocklist)
TrustManagerImpl(java.security.KeyStore keyStore, CertPinManager manager, ConscryptCertStore certStore, CertBlocklist blocklist, CTLogStore ctLogStore, CTVerifier ctVerifier, CTPolicy ctPolicy)
For testing only.
-