Uses of Class
eu.europa.esig.dss.crl.CRLValidity
Packages that use CRLValidity
Package
Description
-
Uses of CRLValidity in eu.europa.esig.dss.crl
Methods in eu.europa.esig.dss.crl that return CRLValidityModifier and TypeMethodDescriptionstatic 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.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 CRLValidityModifier and TypeMethodDescriptionprotected void
AbstractCRLUtils.extractExpiredCertsOnCRL
(CRLValidity validity, byte[] expiredCertsOnCRLBinaries) Parses and sets the 'expiredCertsOnCRL' valueprotected void
AbstractCRLUtils.extractIssuingDistributionPointBinary
(CRLValidity validity, byte[] issuingDistributionPointBinary) Parses and sets the issuing distribution point binariesstatic X509CRLEntry
CRLUtils.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 -
Uses of CRLValidity in eu.europa.esig.dss.crl.stream.impl
Methods in eu.europa.esig.dss.crl.stream.impl that return CRLValidityModifier and TypeMethodDescriptionCRLUtilsStreamImpl.buildCRLValidity
(CRLBinary crlBinary, CertificateToken issuerToken) Methods in eu.europa.esig.dss.crl.stream.impl with parameters of type CRLValidityModifier and TypeMethodDescriptionCRLUtilsStreamImpl.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.implModifier and TypeClassDescriptionclass
The java.security.cert.X509CRL extension ofCRLValidity
Methods in eu.europa.esig.dss.crl.x509.impl that return CRLValidityModifier and TypeMethodDescriptionCRLUtilsX509CRLImpl.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 CRLValidityModifier and TypeMethodDescriptionCRLUtilsX509CRLImpl.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 CRLValidityConstructors in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type CRLValidityModifierConstructorDescriptionCRLToken
(CertificateToken certificateToken, CRLValidity crlValidity) The constructor to be used with the certificate which is managed by the CRL and theCRLValidity
.