Class MerkleTreeCertEntryType
java.lang.Object
org.bouncycastle.cert.plants.MerkleTreeCertEntryType
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final intnull_entry— a no-information placeholder entry.static final inttbs_cert_entry— the body is a DER-encoded TBSCertificateLogEntry contents. -
Method Summary
-
Field Details
-
NULL_ENTRY
public static final int NULL_ENTRYnull_entry— a no-information placeholder entry.- See Also:
-
TBS_CERT_ENTRY
public static final int TBS_CERT_ENTRYtbs_cert_entry— the body is a DER-encoded TBSCertificateLogEntry contents.- See Also:
-