Uses of Class
eu.europa.esig.dss.crl.CRLValidity
Package
Description
-
Uses of CRLValidity in eu.europa.esig.dss.crl
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionCRLUtilsStreamImpl.buildCRLValidity
(CRLBinary crlBinary, CertificateToken issuerToken) Modifier and TypeMethodDescriptionCRLUtilsStreamImpl.getRevocationInfo
(CRLValidity crlValidity, BigInteger serialNumber) -
Uses of CRLValidity in eu.europa.esig.dss.crl.x509.impl
Modifier and TypeClassDescriptionclass
The java.security.cert.X509CRL extension ofCRLValidity
Modifier 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.Modifier and TypeMethodDescriptionCRLUtilsX509CRLImpl.getRevocationInfo
(CRLValidity crlValidity, BigInteger serialNumber) -
Uses of CRLValidity in eu.europa.esig.dss.spi.x509.revocation.crl
ModifierConstructorDescriptionCRLToken
(CertificateToken certificateToken, CRLValidity crlValidity) The constructor to be used with the certificate which is managed by the CRL and theCRLValidity
.