Uses of Class
org.conscrypt.TrustedCertificateIndex
-
Packages that use TrustedCertificateIndex Package Description org.conscrypt -
-
Uses of TrustedCertificateIndex in org.conscrypt
Fields in org.conscrypt declared as TrustedCertificateIndex Modifier and Type Field Description private TrustedCertificateIndex
TrustManagerImpl. intermediateIndex
An index of intermediate certificates that we've seen.private TrustedCertificateIndex
TrustManagerImpl. trustedCertificateIndex
An index of TrustAnchor instances that we've seen.
-