package org.certificatetransparency.ctlog;


public class PreCert {
  public byte[] issuerKeyHash;
  public byte[] tbsCertificate;
}
