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