Class XmlCertificate

java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlCertificate
All Implemented Interfaces:
Serializable

public class XmlCertificate extends Object implements Serializable

Java class for Certificate complex type.

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

 <complexType name="Certificate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="QualifiedName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TrustAnchors" type="{http://dss.esig.europa.eu/validation/simple-report}TrustAnchors" minOccurs="0"/>
       </sequence>
       <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="trusted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: