Package eu.europa.esig.dss.crl
Class CRLBinary
- All Implemented Interfaces:
IdentifierBasedObject
,Serializable
This class represents DER encoded CRL Binary identifier
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.identifier.Identifier
DIGEST_ALGO
-
Constructor Summary
ConstructorDescriptionCRLBinary
(byte[] derEncoded) The default constructor, accepts DER encoded binaries -
Method Summary
Methods inherited from class eu.europa.esig.dss.model.identifier.EncapsulatedRevocationTokenIdentifier
getDSSId
Methods inherited from class eu.europa.esig.dss.model.identifier.MultipleDigestIdentifier
getBinaries, getDigestValue, isMatch
Methods inherited from class eu.europa.esig.dss.model.identifier.Identifier
asXmlId, equals, getMessageDigest, hashCode, toString
-
Constructor Details
-
CRLBinary
public CRLBinary(byte[] derEncoded) The default constructor, accepts DER encoded binaries- Parameters:
derEncoded
- DER encoded byte array
-