Class XmlTLSCertificateBindingSignature

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

public class XmlTLSCertificateBindingSignature extends Object implements Serializable

Java class for anonymous complex type.

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

<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <attribute name="Signature" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

  • Constructor Details

    • XmlTLSCertificateBindingSignature

      public XmlTLSCertificateBindingSignature()
  • Method Details

    • getSignature

      public XmlSignature getSignature()
      Gets the value of the signature property.
      Returns:
      possible object is Object
    • setSignature

      public void setSignature(XmlSignature value)
      Sets the value of the signature property.
      Parameters:
      value - allowed object is Object