Uses of Class
org.conscrypt.metrics.CertificateTransparencyVerificationReason
-
Packages that use CertificateTransparencyVerificationReason Package Description org.conscrypt org.conscrypt.ct org.conscrypt.metrics -
-
Uses of CertificateTransparencyVerificationReason in org.conscrypt
Methods in org.conscrypt that return CertificateTransparencyVerificationReason Modifier and Type Method Description static CertificateTransparencyVerificationReasonPlatform. reasonCTVerificationRequired(java.lang.String hostname) -
Uses of CertificateTransparencyVerificationReason in org.conscrypt.ct
Methods in org.conscrypt.ct that return CertificateTransparencyVerificationReason Modifier and Type Method Description CertificateTransparencyVerificationReasonCertificateTransparency. reasonCTVerificationRequired(java.lang.String host) -
Uses of CertificateTransparencyVerificationReason in org.conscrypt.metrics
Methods in org.conscrypt.metrics that return CertificateTransparencyVerificationReason Modifier and Type Method Description static CertificateTransparencyVerificationReasonCertificateTransparencyVerificationReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CertificateTransparencyVerificationReason[]CertificateTransparencyVerificationReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.conscrypt.metrics with parameters of type CertificateTransparencyVerificationReason Modifier and Type Method Description voidNoopStatsLog. reportCTVerificationResult(LogStore logStore, VerificationResult result, PolicyCompliance compliance, CertificateTransparencyVerificationReason reason)voidStatsLog. reportCTVerificationResult(LogStore logStore, VerificationResult result, PolicyCompliance compliance, CertificateTransparencyVerificationReason reason)voidStatsLogImpl. reportCTVerificationResult(LogStore store, VerificationResult result, PolicyCompliance compliance, CertificateTransparencyVerificationReason reason)
-