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.Status
VerifiedSCT. status
Methods in org.conscrypt.ct that return VerifiedSCT.Status Modifier and Type Method Description static VerifiedSCT.Status
VerifiedSCT.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.Status
CTLogInfo. 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.Status
CTVerifier. 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)
-