Class HugeIntegerInfo


public class HugeIntegerInfo extends IntegerInfo
The HugeIntegerInfo class represents the properties of an ASN.1 INTEGER type with --<HUGE>-- directive.
Since:
ASN.1/Java 4.0
  • Method Details

    • isBounded

      public boolean isBounded()
      Returns true if type is bounded, and false if there is no lower or upper bound.
      Overrides:
      isBounded in class IntegerInfo
      Returns:
      true if type is bounded.
    • getHugeBounds

      public HugeBounds getHugeBounds()
      Returns the lower and upper bounds of values of the type, and null if none exist.
      Returns:
      lower and upper bounds of values of the type.