Uses of Class
org.conscrypt.ct.VerifiedSCT
-
Packages that use VerifiedSCT Package Description org.conscrypt.ct -
-
Uses of VerifiedSCT in org.conscrypt.ct
Fields in org.conscrypt.ct with type parameters of type VerifiedSCT Modifier and Type Field Description private java.util.List<VerifiedSCT>VerificationResult. invalidSCTsprivate java.util.List<VerifiedSCT>VerificationResult. validSCTsMethods in org.conscrypt.ct that return VerifiedSCT Modifier and Type Method Description VerifiedSCTVerifiedSCT.Builder. build()Methods in org.conscrypt.ct that return types with arguments of type VerifiedSCT Modifier and Type Method Description java.util.List<VerifiedSCT>VerificationResult. getInvalidSCTs()java.util.List<VerifiedSCT>VerificationResult. getValidSCTs()Methods in org.conscrypt.ct with parameters of type VerifiedSCT Modifier and Type Method Description voidVerificationResult. add(VerifiedSCT result)
-