Uses of Class
org.conscrypt.ct.SignedCertificateTimestamp
-
Packages that use SignedCertificateTimestamp Package Description org.conscrypt.ct -
-
Uses of SignedCertificateTimestamp in org.conscrypt.ct
Fields in org.conscrypt.ct declared as SignedCertificateTimestamp Modifier and Type Field Description private SignedCertificateTimestampVerifiedSCT.Builder. sctprivate SignedCertificateTimestampVerifiedSCT. sctMethods in org.conscrypt.ct that return SignedCertificateTimestamp Modifier and Type Method Description static SignedCertificateTimestampSignedCertificateTimestamp. decode(byte[] input, SignedCertificateTimestamp.Origin origin)Decode a TLS encoded SignedCertificateTimestamp structure.static SignedCertificateTimestampSignedCertificateTimestamp. decode(java.io.InputStream input, SignedCertificateTimestamp.Origin origin)Decode a TLS encoded SignedCertificateTimestamp structure.SignedCertificateTimestampVerifiedSCT. getSct()Methods in org.conscrypt.ct that return types with arguments of type SignedCertificateTimestamp Modifier and Type Method Description private java.util.List<SignedCertificateTimestamp>Verifier. getSCTsFromOCSPResponse(byte[] data, OpenSSLX509Certificate[] chain)Extract a list of SignedCertificateTimestamp contained in an OCSP response.private static java.util.List<SignedCertificateTimestamp>Verifier. getSCTsFromSCTList(byte[] data, SignedCertificateTimestamp.Origin origin)Parse an encoded SignedCertificateTimestampList into a list of SignedCertificateTimestamp instances, as described by RFC6962.private java.util.List<SignedCertificateTimestamp>Verifier. getSCTsFromTLSExtension(byte[] data)Extract a list of SignedCertificateTimestamp from a TLS "signed_certificate_timestamp" extension as described by RFC6962.private java.util.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 SignedCertificateTimestamp Modifier and Type Method Description 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.Method parameters in org.conscrypt.ct with type arguments of type SignedCertificateTimestamp Modifier and Type Method Description private voidVerifier. markSCTsAsInvalid(java.util.List<SignedCertificateTimestamp> scts, VerificationResult result)Add every SCT insctstoresultwith INVALID_SCT as statusprivate voidVerifier. verifyEmbeddedSCTs(java.util.List<SignedCertificateTimestamp> scts, OpenSSLX509Certificate[] chain, VerificationResult result)Verify a list of SCTs which were embedded from an X509 certificate.private voidVerifier. verifyExternalSCTs(java.util.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(java.util.List<SignedCertificateTimestamp> scts, CertificateEntry certEntry, VerificationResult result)Verify a list of SCTs.Constructors in org.conscrypt.ct with parameters of type SignedCertificateTimestamp Constructor Description Builder(SignedCertificateTimestamp sct)
-