Uses of Class
org.conscrypt.ct.CertificateEntry
Packages that use CertificateEntry
-
Uses of CertificateEntry in org.conscrypt.ct
Methods in org.conscrypt.ct that return CertificateEntryModifier and TypeMethodDescriptionstatic CertificateEntryCertificateEntry.createForPrecertificate(byte[] tbsCertificate, byte[] issuerKeyHash) static CertificateEntryCertificateEntry.createForPrecertificate(OpenSSLX509Certificate leaf, OpenSSLX509Certificate issuer) static CertificateEntryCertificateEntry.createForX509Certificate(byte[] x509Certificate) static CertificateEntryCertificateEntry.createForX509Certificate(X509Certificate cert) Methods in org.conscrypt.ct with parameters of type CertificateEntryModifier and TypeMethodDescriptionvoidSignedCertificateTimestamp.encodeTBS(OutputStream output, CertificateEntry certEntry) TLS encode the signed part of the SCT, as described by RFC6962 section 3.2.byte[]SignedCertificateTimestamp.encodeTBS(CertificateEntry certEntry) TLS encode the signed part of the SCT, as described by RFC6962 section 3.2.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 Entry