public static class MerkleTreeCertificateValidator.TrustedSubtree
extends java.lang.Object
[start, end) window
and the subtree hash — Section 7.2 step 11 matches on all three, so
a subtree trusted for one issuance log never matches a certificate whose
serial claims a different log.| Constructor and Description |
|---|
TrustedSubtree(long logNumber,
long start,
long end,
byte[] hash) |
TrustedSubtree(MTCLog log,
byte[] hash)
Convenience constructor taking the log number and subtree window from
an
MTCLog. |
| Modifier and Type | Method and Description |
|---|---|
long |
getEnd() |
byte[] |
getHash() |
long |
getLogNumber() |
long |
getStart() |