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 CertificateEntry
CertificateEntry.createForPrecertificate
(byte[] tbsCertificate, byte[] issuerKeyHash) static CertificateEntry
CertificateEntry.createForPrecertificate
(OpenSSLX509Certificate leaf, OpenSSLX509Certificate issuer) static CertificateEntry
CertificateEntry.createForX509Certificate
(byte[] x509Certificate) static CertificateEntry
CertificateEntry.createForX509Certificate
(X509Certificate cert) Methods in org.conscrypt.ct with parameters of type CertificateEntryModifier and TypeMethodDescriptionvoid
SignedCertificateTimestamp.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.Status
CTVerifier.verifySingleSCT
(SignedCertificateTimestamp sct, CertificateEntry certEntry) Verify a single SCT for the given Certificate Entry