Class EntityIdentifier
java.lang.Object
eu.europa.esig.dss.model.identifier.Identifier
eu.europa.esig.dss.model.identifier.EntityIdentifier
- All Implemented Interfaces:
Serializable
This class is used to obtain a unique id for a Public key and Subject Name combination
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.identifier.Identifier
DIGEST_ALGO -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.europa.esig.dss.model.identifier.Identifier
asXmlId, equals, getMessageDigest, hashCode, toString
-
Constructor Details
-
EntityIdentifier
public EntityIdentifier(byte[] binaries) Default constructor- Parameters:
binaries- binaries used to build a unique identifier
-