Class XmlBasicConstraints
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
eu.europa.esig.dss.diagnostic.jaxb.XmlBasicConstraints
- All Implemented Interfaces:
Serializable
Java class for BasicConstraints complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasicConstraints"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/diagnostic}CertificateExtension"> <attribute name="CA" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="pathLenConstraint" type="{http://www.w3.org/2001/XMLSchema}int" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
critical, description, octets, oid
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pathLenConstraint property.boolean
isCA()
Gets the value of the ca property.void
setCA
(boolean value) Sets the value of the ca property.void
setPathLenConstraint
(Integer value) Sets the value of the pathLenConstraint property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
getDescription, getOctets, getOID, isCritical, setCritical, setDescription, setOctets, setOID
-
Field Details
-
ca
protected boolean ca -
pathLenConstraint
-
-
Constructor Details
-
XmlBasicConstraints
public XmlBasicConstraints()
-
-
Method Details
-
isCA
public boolean isCA()Gets the value of the ca property. -
setCA
public void setCA(boolean value) Sets the value of the ca property. -
getPathLenConstraint
Gets the value of the pathLenConstraint property.- Returns:
- possible object is
Integer
-
setPathLenConstraint
Sets the value of the pathLenConstraint property.- Parameters:
value
- allowed object isInteger
-