Uses of Class
org.conscrypt.ct.SignedCertificateTimestamp
Packages that use SignedCertificateTimestamp
-
Uses of SignedCertificateTimestamp in org.conscrypt.ct
Fields in org.conscrypt.ct declared as SignedCertificateTimestampModifier and TypeFieldDescriptionprivate SignedCertificateTimestampVerifiedSCT.Builder.sctprivate final SignedCertificateTimestampVerifiedSCT.sctMethods in org.conscrypt.ct that return SignedCertificateTimestampModifier and TypeMethodDescriptionstatic SignedCertificateTimestampSignedCertificateTimestamp.decode(byte[] input, SignedCertificateTimestamp.Origin origin) Decode a TLS encoded SignedCertificateTimestamp structure.static SignedCertificateTimestampSignedCertificateTimestamp.decode(InputStream input, SignedCertificateTimestamp.Origin origin) Decode a TLS encoded SignedCertificateTimestamp structure.VerifiedSCT.getSct()Methods in org.conscrypt.ct that return types with arguments of type SignedCertificateTimestampModifier and TypeMethodDescriptionprivate List<SignedCertificateTimestamp> Verifier.getSCTsFromOCSPResponse(byte[] data, OpenSSLX509Certificate[] chain) Extract a list of SignedCertificateTimestamp contained in an OCSP response.private static List<SignedCertificateTimestamp> Verifier.getSCTsFromSCTList(byte[] data, SignedCertificateTimestamp.Origin origin) Parse an encoded SignedCertificateTimestampList into a list of SignedCertificateTimestamp instances, as described by RFC6962.private List<SignedCertificateTimestamp> Verifier.getSCTsFromTLSExtension(byte[] data) Extract a list of SignedCertificateTimestamp from a TLS "signed_certificate_timestamp" extension as described by RFC6962.private List<SignedCertificateTimestamp> Verifier.getSCTsFromX509Extension(OpenSSLX509Certificate leaf) Extract a list of SignedCertificateTimestamp embedded in an X509 certificate.Methods in org.conscrypt.ct with parameters of type SignedCertificateTimestampModifier and TypeMethodDescriptionLogInfo.verifySingleSCT(SignedCertificateTimestamp sct, CertificateEntry entry) Verify the signature of a signed certificate timestamp for the given certificate entry against the log's public key.Method parameters in org.conscrypt.ct with type arguments of type SignedCertificateTimestampModifier and TypeMethodDescriptionprivate voidVerifier.markSCTsAsInvalid(List<SignedCertificateTimestamp> scts, VerificationResult result) Add every SCT insctstoresultwith INVALID_SCT as statusprivate voidVerifier.verifyEmbeddedSCTs(List<SignedCertificateTimestamp> scts, OpenSSLX509Certificate[] chain, VerificationResult result) Verify a list of SCTs which were embedded from an X509 certificate.private voidVerifier.verifyExternalSCTs(List<SignedCertificateTimestamp> scts, OpenSSLX509Certificate leaf, VerificationResult result) Verify a list of SCTs which were not embedded in an X509 certificate, that is received through the TLS or OCSP extensions.private voidVerifier.verifySCTs(List<SignedCertificateTimestamp> scts, CertificateEntry certEntry, VerificationResult result) Verify a list of SCTs.Constructors in org.conscrypt.ct with parameters of type SignedCertificateTimestamp