Class XmlSignerData

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken
eu.europa.esig.dss.diagnostic.jaxb.XmlSignerData
All Implemented Interfaces:
Serializable

public class XmlSignerData extends XmlAbstractToken implements Serializable

Java class for SignerData complex type.

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

 <complexType name="SignerData">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/diagnostic}AbstractToken">
       <sequence>
         <element name="ReferencedName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue"/>
       </sequence>
       <attribute name="Parent" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </complexContent>
 </complexType>
 
See Also: