Class CRLBinary

java.lang.Object
eu.europa.esig.dss.model.identifier.Identifier
eu.europa.esig.dss.model.identifier.MultipleDigestIdentifier
eu.europa.esig.dss.model.identifier.EncapsulatedRevocationTokenIdentifier<eu.europa.esig.dss.model.x509.revocation.crl.CRL>
eu.europa.esig.dss.crl.CRLBinary
All Implemented Interfaces:
eu.europa.esig.dss.model.identifier.IdentifierBasedObject, Serializable

public class CRLBinary extends eu.europa.esig.dss.model.identifier.EncapsulatedRevocationTokenIdentifier<eu.europa.esig.dss.model.x509.revocation.crl.CRL>
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

    Constructors
    Constructor
    Description
    CRLBinary(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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CRLBinary

      public CRLBinary(byte[] derEncoded)
      The default constructor, accepts DER encoded binaries
      Parameters:
      derEncoded - DER encoded byte array