Uses of Class
eu.europa.esig.dss.crl.CRLValidity
-
Packages that use 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 CRLValidityCRLUtils. 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.CRLValidityICRLUtils. buildCRLValidity(CRLBinary crlBinaryIdentifier, 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 voidAbstractCRLUtils. extractExpiredCertsOnCRL(CRLValidity validity, byte[] expiredCertsOnCRLBinaries)protected voidAbstractCRLUtils. extractIssuingDistributionPointBinary(CRLValidity validity, byte[] issuingDistributionPointBinary)static X509CRLEntryCRLUtils. getRevocationInfo(CRLValidity crlValidity, BigInteger serialNumber)This method verifies the revocation status for a given serial numberX509CRLEntryICRLUtils. 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 CRLValidityCRLUtilsStreamImpl. buildCRLValidity(CRLBinary crlBinaryIdentifier, CertificateToken issuerToken)Methods in eu.europa.esig.dss.crl.stream.impl with parameters of type CRLValidity Modifier and Type Method Description X509CRLEntryCRLUtilsStreamImpl. 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 classX509CRLValidityMethods in eu.europa.esig.dss.crl.x509.impl that return CRLValidity Modifier and Type Method Description CRLValidityCRLUtilsX509CRLImpl. 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 X509CRLEntryCRLUtilsX509CRLImpl. 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 CRLValidityCRLToken. 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.
-