Uses of Class
eu.europa.esig.dss.crl.CRLValidity
Package | Description |
---|---|
eu.europa.esig.dss.crl | |
eu.europa.esig.dss.crl.stream.impl | |
eu.europa.esig.dss.crl.x509.impl | |
eu.europa.esig.dss.spi.x509.revocation.crl |
-
Uses of CRLValidity in eu.europa.esig.dss.crl
Methods in eu.europa.esig.dss.crl that return CRLValidity Modifier and Type Method Description static CRLValidity
CRLUtils. buildCRLValidity(CRLBinary crlBinary, CertificateToken issuerToken)
This method verifies and creates: the signature of the CRL, the key usage of its signing certificate and the coherence between the subject names of the CRL signing certificate and the issuer name of the certificate for which the verification of the revocation data is carried out.CRLValidity
ICRLUtils. buildCRLValidity(CRLBinary crlBinary, CertificateToken issuerToken)
This method verifies: the signature of the CRL, the key usage of its signing certificate and the coherence between the subject names of the CRL signing certificate and the issuer name of the certificate for which the verification of the revocation data is carried out.Methods in eu.europa.esig.dss.crl with parameters of type CRLValidity Modifier and Type Method Description protected void
AbstractCRLUtils. extractExpiredCertsOnCRL(CRLValidity validity, byte[] expiredCertsOnCRLBinaries)
protected void
AbstractCRLUtils. extractIssuingDistributionPointBinary(CRLValidity validity, byte[] issuingDistributionPointBinary)
static X509CRLEntry
CRLUtils. getRevocationInfo(CRLValidity crlValidity, BigInteger serialNumber)
This method verifies the revocation status for a given serial numberX509CRLEntry
ICRLUtils. getRevocationInfo(CRLValidity crlValidity, BigInteger serialNumber)
This method verifies the revocation status for a given serial number -
Uses of CRLValidity in eu.europa.esig.dss.crl.stream.impl
Methods in eu.europa.esig.dss.crl.stream.impl that return CRLValidity Modifier and Type Method Description CRLValidity
CRLUtilsStreamImpl. buildCRLValidity(CRLBinary crlBinary, CertificateToken issuerToken)
Methods in eu.europa.esig.dss.crl.stream.impl with parameters of type CRLValidity Modifier and Type Method Description X509CRLEntry
CRLUtilsStreamImpl. getRevocationInfo(CRLValidity crlValidity, BigInteger serialNumber)
-
Uses of CRLValidity in eu.europa.esig.dss.crl.x509.impl
Subclasses of CRLValidity in eu.europa.esig.dss.crl.x509.impl Modifier and Type Class Description class
X509CRLValidity
Methods in eu.europa.esig.dss.crl.x509.impl that return CRLValidity Modifier and Type Method Description CRLValidity
CRLUtilsX509CRLImpl. buildCRLValidity(CRLBinary crlBinary, CertificateToken issuerToken)
This method verifies: the signature of the CRL, the key usage of its signing certificate and the coherence between the subject names of the CRL signing certificate and the issuer name of the certificate for which the verification of the revocation data is carried out.Methods in eu.europa.esig.dss.crl.x509.impl with parameters of type CRLValidity Modifier and Type Method Description X509CRLEntry
CRLUtilsX509CRLImpl. getRevocationInfo(CRLValidity crlValidity, BigInteger serialNumber)
-
Uses of CRLValidity in eu.europa.esig.dss.spi.x509.revocation.crl
Methods in eu.europa.esig.dss.spi.x509.revocation.crl that return CRLValidity Modifier and Type Method Description CRLValidity
CRLToken. getCrlValidity()
Constructors in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type CRLValidity Constructor Description CRLToken(CertificateToken certificateToken, CRLValidity crlValidity)
The constructor to be used with the certificate which is managed by the CRL and theCRLValidity
.