Package eu.europa.esig.dss.crl
Class CRLBinary
- All Implemented Interfaces:
Serializable
public class CRLBinary extends EncapsulatedRevocationTokenIdentifier
This class represents DER encoded CRL Binary identifier
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
CRLBinary(byte[] derEncoded)
The default constructor, accepts DER encoded binaries -
Method Summary
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
protected CRLBinary(byte[] derEncoded)The default constructor, accepts DER encoded binaries- Parameters:
derEncoded
- DER encoded byte array
-