Class EntityId
java.lang.Object
eu.europa.esig.dss.pki.jaxb.model.EntityId
Represents a deterministic identifier of a certificate entity object
-
Constructor Summary
ConstructorDescriptionEntityId()
Empty constructorEntityId
(XmlEntityKey entityKey) Constructor to create object from JAXBXmlEntityKey
object of the certificateDefault constructor to create aEntityId
based on the provided issuer's DN and certificate's serial number -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets issuer distinguished nameGets the certificate's serial numberint
hashCode()
void
setIssuerName
(String issuerName) Sets issuer's distinguished namevoid
setSerialNumber
(Long serialNumber) Sets the certificate's serial numbertoString()
-
Constructor Details
-
EntityId
public EntityId()Empty constructor -
EntityId
-
EntityId
Constructor to create object from JAXBXmlEntityKey
object of the certificate- Parameters:
entityKey
-XmlEntityKey
-
-
Method Details
-
getIssuerName
-
setIssuerName
-
getSerialNumber
-
setSerialNumber
-
hashCode
-
equals
-
toString
-