Uses of Class
org.conscrypt.ct.CertificateEntry
-
Packages that use CertificateEntry Package Description org.conscrypt.ct -
-
Uses of CertificateEntry in org.conscrypt.ct
Methods in org.conscrypt.ct that return CertificateEntry Modifier and Type Method Description static CertificateEntryCertificateEntry. createForPrecertificate(byte[] tbsCertificate, byte[] issuerKeyHash)static CertificateEntryCertificateEntry. createForPrecertificate(OpenSSLX509Certificate leaf, OpenSSLX509Certificate issuer)static CertificateEntryCertificateEntry. createForX509Certificate(byte[] x509Certificate)static CertificateEntryCertificateEntry. createForX509Certificate(java.security.cert.X509Certificate cert)Methods in org.conscrypt.ct with parameters of type CertificateEntry Modifier and Type Method Description voidSignedCertificateTimestamp. encodeTBS(java.io.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.VerifiedSCT.StatusCTLogInfo. 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
-