Module jpms_dss_crl_parser_stream
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 -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.crl.CRLValiditybuildCRLValidity(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, extractIssuingDistributionPointBinaryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
buildCRLValidityin interfaceeu.europa.esig.dss.crl.ICRLUtils- Throws:
IOException
-
getRevocationInfo
public X509CRLEntry getRevocationInfo(eu.europa.esig.dss.crl.CRLValidity crlValidity, BigInteger serialNumber) - Specified by:
getRevocationInfoin interfaceeu.europa.esig.dss.crl.ICRLUtils
-