Class XmlFreshestCRL
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
eu.europa.esig.dss.diagnostic.jaxb.XmlCRLDistributionPoints
eu.europa.esig.dss.diagnostic.jaxb.XmlFreshestCRL
- All Implemented Interfaces:
Serializable
Java class for FreshestCRL complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FreshestCRL"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/diagnostic}CRLDistributionPoints"> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlCRLDistributionPoints
crlUrl
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
critical, description, octets, oid
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlCRLDistributionPoints
getCrlUrl
Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
getDescription, getOctets, getOID, isCritical, setCritical, setDescription, setOctets, setOID
-
Constructor Details
-
XmlFreshestCRL
public XmlFreshestCRL()
-