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
-
Method Summary
Modifier and TypeMethodDescriptionGets the maximum constraint valueGets the minimum constraint valuevoid
setMaximum
(BigInteger maximum) Sets the maximum constraint valuevoid
setMinimum
(BigInteger minimum) Sets the minimum constraint valueMethods inherited from class eu.europa.esig.dss.model.x509.extension.GeneralName
getGeneralNameType, getValue, setGeneralNameType, setValue
-
Constructor Details
-
GeneralSubtree
public GeneralSubtree()Default constructor
-
-
Method Details
-
getMinimum
Gets the minimum constraint value- Returns:
BigInteger
-
setMinimum
Sets the minimum constraint value- Parameters:
minimum
-BigInteger
-
getMaximum
Gets the maximum constraint value- Returns:
BigInteger
-
setMaximum
Sets the maximum constraint value- Parameters:
maximum
-BigInteger
-