Package org.bouncycastle.cert.plants
Class MerkleTreeCertEntryType
- java.lang.Object
-
- org.bouncycastle.cert.plants.MerkleTreeCertEntryType
-
public final class MerkleTreeCertEntryType extends java.lang.ObjectConstants for theMerkleTreeCertEntryTypeenum 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
Fields Modifier and Type Field Description static intNULL_ENTRYnull_entry— a no-information placeholder entry.static intTBS_CERT_ENTRYtbs_cert_entry— the body is a DER-encoded TBSCertificateLogEntry contents.
-
-
-
Field Detail
-
NULL_ENTRY
public static final int NULL_ENTRY
null_entry— a no-information placeholder entry.- See Also:
- Constant Field Values
-
TBS_CERT_ENTRY
public static final int TBS_CERT_ENTRY
tbs_cert_entry— the body is a DER-encoded TBSCertificateLogEntry contents.- See Also:
- Constant Field Values
-
-