Package org.bouncycastle.cert.plants
Class MerkleTreePrimitives.SubtreeInfo
java.lang.Object
org.bouncycastle.cert.plants.MerkleTreePrimitives.SubtreeInfo
- Enclosing class:
MerkleTreePrimitives
Simple container for a subtree interval (start inclusive, end exclusive).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SubtreeInfo
public SubtreeInfo(long start, long end)
-
-
Method Details