Class MerkleTreePrimitives.SubtreeInfo

java.lang.Object
org.bouncycastle.cert.plants.MerkleTreePrimitives.SubtreeInfo
Enclosing class:
MerkleTreePrimitives

public static class MerkleTreePrimitives.SubtreeInfo extends Object
Simple container for a subtree interval (start inclusive, end exclusive).
  • Constructor Details

    • SubtreeInfo

      public SubtreeInfo(long start, long end)
  • Method Details

    • getStart

      public long getStart()
    • getEnd

      public long getEnd()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object