Uses of Enum
org.conscrypt.ct.VerifiedSCT.Status
Packages that use VerifiedSCT.Status
-
Uses of VerifiedSCT.Status in org.conscrypt.ct
Subclasses with type arguments of type VerifiedSCT.Status in org.conscrypt.ctFields in org.conscrypt.ct declared as VerifiedSCT.StatusMethods in org.conscrypt.ct that return VerifiedSCT.StatusModifier and TypeMethodDescriptionstatic VerifiedSCT.StatusReturns 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.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.StatusCTVerifier.verifySingleSCT(SignedCertificateTimestamp sct, CertificateEntry certEntry) Verify a single SCT for the given Certificate EntryConstructors in org.conscrypt.ct with parameters of type VerifiedSCT.StatusModifierConstructorDescriptionVerifiedSCT(SignedCertificateTimestamp sct, VerifiedSCT.Status status)