Class MerkleTreeCertEntryType

java.lang.Object
org.bouncycastle.cert.plants.MerkleTreeCertEntryType

public final class MerkleTreeCertEntryType extends Object
Constants for the MerkleTreeCertEntryType enum defined in Section 5.2.1 of draft-ietf-plants-merkle-tree-certs:
enum {
    null_entry(0), tbs_cert_entry(1), (2^16-1)
} MerkleTreeCertEntryType;

The on-wire encoding is a big-endian uint16. Future drafts may define additional values.

  • Field Details

    • NULL_ENTRY

      public static final int NULL_ENTRY
      null_entry — a no-information placeholder entry.
      See Also:
    • TBS_CERT_ENTRY

      public static final int TBS_CERT_ENTRY
      tbs_cert_entry — the body is a DER-encoded TBSCertificateLogEntry contents.
      See Also: