Class CRLUtilsStreamImpl

java.lang.Object
eu.europa.esig.dss.crl.AbstractCRLUtils
eu.europa.esig.dss.crl.stream.impl.CRLUtilsStreamImpl
All Implemented Interfaces:
eu.europa.esig.dss.crl.ICRLUtils

public class CRLUtilsStreamImpl extends eu.europa.esig.dss.crl.AbstractCRLUtils implements eu.europa.esig.dss.crl.ICRLUtils
The DSS implementation of ICRLUtils
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    eu.europa.esig.dss.crl.CRLValidity
    buildCRLValidity(eu.europa.esig.dss.crl.CRLBinary crlBinary, eu.europa.esig.dss.model.x509.CertificateToken issuerToken)
     
    getRevocationInfo(eu.europa.esig.dss.crl.CRLValidity crlValidity, BigInteger serialNumber)
     

    Methods inherited from class eu.europa.esig.dss.crl.AbstractCRLUtils

    buildCRLBinary, extractExpiredCertsOnCRL, extractIssuingDistributionPointBinary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface eu.europa.esig.dss.crl.ICRLUtils

    buildCRLBinary
  • Constructor Details

    • CRLUtilsStreamImpl

      public CRLUtilsStreamImpl()
      Default constructor
  • Method Details

    • buildCRLValidity

      public eu.europa.esig.dss.crl.CRLValidity buildCRLValidity(eu.europa.esig.dss.crl.CRLBinary crlBinary, eu.europa.esig.dss.model.x509.CertificateToken issuerToken) throws IOException
      Specified by:
      buildCRLValidity in interface eu.europa.esig.dss.crl.ICRLUtils
      Throws:
      IOException
    • getRevocationInfo

      public X509CRLEntry getRevocationInfo(eu.europa.esig.dss.crl.CRLValidity crlValidity, BigInteger serialNumber)
      Specified by:
      getRevocationInfo in interface eu.europa.esig.dss.crl.ICRLUtils