Package org.bouncycastle.cert.plants
Class MerkleTreeCertificateValidator.TrustedSubtree
- java.lang.Object
-
- org.bouncycastle.cert.plants.MerkleTreeCertificateValidator.TrustedSubtree
-
- Enclosing class:
- MerkleTreeCertificateValidator
public static class MerkleTreeCertificateValidator.TrustedSubtree extends java.lang.ObjectRepresents a trusted subtree (typically a landmark subtree predistributed to the relying party). Per Section 7.4 a trusted subtree carries the log number of the containing log alongside the[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 Summary
Constructors Constructor 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 anMTCLog.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEnd()byte[]getHash()longgetLogNumber()longgetStart()
-