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