Uses of Class
eu.europa.esig.dss.crl.CRLValidity
-
Uses of CRLValidity in eu.europa.esig.dss.crl
Methods in eu.europa.esig.dss.crl that return CRLValidityModifier and TypeMethodDescriptionstatic CRLValidityCRLUtils.buildCRLValidity(CRLBinary crlBinary, eu.europa.esig.dss.model.x509.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.ICRLUtils.buildCRLValidity(CRLBinary crlBinary, eu.europa.esig.dss.model.x509.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 CRLValidityModifier and TypeMethodDescriptionprotected voidAbstractCRLUtils.extractExpiredCertsOnCRL(CRLValidity validity, byte[] expiredCertsOnCRLBinaries) Parses and sets the 'expiredCertsOnCRL' valueprotected voidAbstractCRLUtils.extractIssuingDistributionPointBinary(CRLValidity validity, byte[] issuingDistributionPointBinary) Parses and sets the issuing distribution point binariesstatic X509CRLEntryCRLUtils.getRevocationInfo(CRLValidity crlValidity, BigInteger serialNumber) This method verifies the revocation status for a given serial numberICRLUtils.getRevocationInfo(CRLValidity crlValidity, BigInteger serialNumber) This method verifies the revocation status for a given serial number