Class XmlEntityKey

java.lang.Object
eu.europa.esig.dss.pki.jaxb.XmlEntityKey
All Implemented Interfaces:
Serializable

public class XmlEntityKey extends Object implements Serializable
Represents a identifier uniquely identifying a certificate within the PKI. Contains a serial number and issuer's common name of the certificate. Subject name of the certificate's issuer certificate.

Java class for EntityKey complex type.

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

 <complexType name="EntityKey">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}long" />
     </extension>
   </simpleContent>
 </complexType>
 
See Also:
  • Field Details

    • value

      protected String value
    • serialNumber

      protected Long serialNumber
  • Constructor Details

    • XmlEntityKey

      public XmlEntityKey()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getSerialNumber

      public Long getSerialNumber()
      Gets the value of the serialNumber property.
      Returns:
      possible object is Long
    • setSerialNumber

      public void setSerialNumber(Long value)
      Sets the value of the serialNumber property.
      Parameters:
      value - allowed object is Long