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: