Class XmlIdPkixOcspNoCheck

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
eu.europa.esig.dss.diagnostic.jaxb.XmlIdPkixOcspNoCheck
All Implemented Interfaces:
Serializable

public class XmlIdPkixOcspNoCheck extends XmlCertificateExtension implements Serializable

Java class for IdPkixOcspNoCheck complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IdPkixOcspNoCheck">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/diagnostic}CertificateExtension">
       <attribute name="present" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 
See Also: