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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the serialNumber property.getValue()Gets the value of the value property.voidsetSerialNumber(Long value) Sets the value of the serialNumber property.voidSets the value of the value property.
-
Field Details
-
value
-
serialNumber
-
-
Constructor Details
-
XmlEntityKey
public XmlEntityKey()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getSerialNumber
Gets the value of the serialNumber property.- Returns:
- possible object is
Long
-
setSerialNumber
Sets the value of the serialNumber property.- Parameters:
value- allowed object isLong
-