Uses of Class
org.conscrypt.ct.VerifiedSCT.Status
-
Packages that use VerifiedSCT.Status Package Description org.conscrypt.ct -
-
Uses of VerifiedSCT.Status in org.conscrypt.ct
Fields in org.conscrypt.ct declared as VerifiedSCT.Status Modifier and Type Field Description private VerifiedSCT.StatusVerifiedSCT.Builder. statusprivate VerifiedSCT.StatusVerifiedSCT. statusMethods in org.conscrypt.ct that return VerifiedSCT.Status Modifier and Type Method Description VerifiedSCT.StatusVerifiedSCT. getStatus()static VerifiedSCT.StatusVerifiedSCT.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VerifiedSCT.Status[]VerifiedSCT.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.VerifiedSCT.StatusLogInfo. verifySingleSCT(SignedCertificateTimestamp sct, CertificateEntry entry)Verify the signature of a signed certificate timestamp for the given certificate entry against the log's public key.Methods in org.conscrypt.ct with parameters of type VerifiedSCT.Status Modifier and Type Method Description VerifiedSCT.BuilderVerifiedSCT.Builder. setStatus(VerifiedSCT.Status status)
-