Class GeneralSubtree

java.lang.Object
eu.europa.esig.dss.model.x509.extension.GeneralName
eu.europa.esig.dss.model.x509.extension.GeneralSubtree
All Implemented Interfaces:
Serializable

public class GeneralSubtree extends GeneralName
Represents a general subtree element (see "4.2.1.10. Name Constraints" of RFC 5280)
See Also:
  • Constructor Details

    • GeneralSubtree

      public GeneralSubtree()
      Default constructor
  • Method Details

    • getMinimum

      public BigInteger getMinimum()
      Gets the minimum constraint value
      Returns:
      BigInteger
    • setMinimum

      public void setMinimum(BigInteger minimum)
      Sets the minimum constraint value
      Parameters:
      minimum - BigInteger
    • getMaximum

      public BigInteger getMaximum()
      Gets the maximum constraint value
      Returns:
      BigInteger
    • setMaximum

      public void setMaximum(BigInteger maximum)
      Sets the maximum constraint value
      Parameters:
      maximum - BigInteger