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
Represents a general subtree element (see "4.2.1.10. Name Constraints" of RFC 5280)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the maximum constraint valueGets the minimum constraint valuevoidsetMaximum(BigInteger maximum) Sets the maximum constraint valuevoidsetMinimum(BigInteger minimum) Sets the minimum constraint valueMethods inherited from class GeneralName
getGeneralNameType, getValue, setGeneralNameType, setValue
-
Constructor Details
-
GeneralSubtree
public GeneralSubtree()Default constructor
-
-
Method Details
-
getMinimum
-
setMinimum
Sets the minimum constraint value- Parameters:
minimum-BigInteger
-
getMaximum
-
setMaximum
Sets the maximum constraint value- Parameters:
maximum-BigInteger
-