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)Creates a CertificateEntry with type PRECERT_ENTRYstatic 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.private voidVerifier. verifySCTs(java.util.List<SignedCertificateTimestamp> scts, CertificateEntry certEntry, VerificationResult result)Verify a list of SCTs.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.
-