Class 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>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • XmlSignerData

        public XmlSignerData()
    • Method Detail

      • getReferencedName

        public String getReferencedName()
        Gets the value of the referencedName property.
        Returns:
        possible object is String
      • setReferencedName

        public void setReferencedName​(String value)
        Sets the value of the referencedName property.
        Parameters:
        value - allowed object is String