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 VerifiedSCT.StatusVerifiedSCT. statusMethods in org.conscrypt.ct that return VerifiedSCT.Status Modifier and Type Method Description 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.StatusCTLogInfo. verifySingleSCT(SignedCertificateTimestamp sct, CertificateEntry entry)Verify the signature of a signed certificate timestamp for the given certificate entry against the log's public key.private VerifiedSCT.StatusCTVerifier. verifySingleSCT(SignedCertificateTimestamp sct, CertificateEntry certEntry)Verify a single SCT for the given Certificate EntryConstructors in org.conscrypt.ct with parameters of type VerifiedSCT.Status Constructor Description VerifiedSCT(SignedCertificateTimestamp sct, VerifiedSCT.Status status)
-