Class CertificateEntry

java.lang.Object
org.conscrypt.ct.CertificateEntry

@Internal public class CertificateEntry extends Object
CertificateEntry structure. This structure describes part of the data which is signed over in SCTs. It is not defined by the RFC6962, but it is useful to have. It's definition would be : struct { LogEntryType entry_type; select(entry_type) { case x509_entry: ASN.1Cert; case precert_entry: PreCert; } signed_entry; } CertificateEntry;