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
-
getStart
public long getStart() -
getEnd
public long getEnd() -
equals
-
hashCode
-
toString
-