Package eu.europa.esig.dss.pki.jaxb
Class XmlEntityKey
java.lang.Object
eu.europa.esig.dss.pki.jaxb.XmlEntityKey
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the serialNumber property.getValue()
Gets the value of the value property.void
setSerialNumber
(Long value) Sets the value of the serialNumber property.void
Sets the value of the value property.
-
Field Details
-
value
-
serialNumber
-
-
Constructor Details
-
XmlEntityKey
public XmlEntityKey()
-
-
Method Details
-
getValue
-
setValue
-
getSerialNumber
-
setSerialNumber
-