Class X500NameIdentifier
java.lang.Object
eu.europa.esig.dss.model.identifier.Identifier
eu.europa.esig.dss.model.identifier.X500NameIdentifier
- All Implemented Interfaces:
Serializable
This class is used to create a unique identifier for a Relative Distinguished Name (RDN)
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.identifier.Identifier
DIGEST_ALGO
-
Constructor Summary
ConstructorsConstructorDescriptionX500NameIdentifier
(X500Principal x500Principal) Default constructor with an X500Principal -
Method Summary
Methods inherited from class eu.europa.esig.dss.model.identifier.Identifier
asXmlId, equals, getMessageDigest, hashCode, toString
-
Constructor Details
-
X500NameIdentifier
Default constructor with an X500Principal- Parameters:
x500Principal
-X500Principal
-