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