Uses of Class
eu.europa.esig.dss.crl.CRLBinary
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.pades.validation | |
eu.europa.esig.dss.pdf |
-
Uses of CRLBinary in eu.europa.esig.dss.crl
Methods in eu.europa.esig.dss.crl that return CRLBinary Modifier and Type Method Description CRLBinary
AbstractCRLUtils. buildCRLBinary(byte[] binaries)
static CRLBinary
CRLUtils. buildCRLBinary(byte[] binaries)
Takes binaries and returns DER encodedCRLBinary
CRLBinary
ICRLUtils. buildCRLBinary(byte[] binaries)
Takes binaries and returns DER encodedCRLBinary
Methods in eu.europa.esig.dss.crl with parameters of type CRLBinary 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.Constructors in eu.europa.esig.dss.crl with parameters of type CRLBinary Constructor Description CRLValidity(CRLBinary crlBinary)
Default constructor -
Uses of CRLBinary in eu.europa.esig.dss.crl.stream.impl
Methods in eu.europa.esig.dss.crl.stream.impl with parameters of type CRLBinary Modifier and Type Method Description CRLValidity
CRLUtilsStreamImpl. buildCRLValidity(CRLBinary crlBinary, CertificateToken issuerToken)
-
Uses of CRLBinary in eu.europa.esig.dss.crl.x509.impl
Methods in eu.europa.esig.dss.crl.x509.impl with parameters of type CRLBinary 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.Constructors in eu.europa.esig.dss.crl.x509.impl with parameters of type CRLBinary Constructor Description X509CRLValidity(CRLBinary crlBinary)
Default constructor -
Uses of CRLBinary in eu.europa.esig.dss.pades.validation
-
Uses of CRLBinary in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return types with arguments of type CRLBinary Modifier and Type Method Description Map<Long,CRLBinary>
AbstractPdfDssDict. getCRLs()
Map<Long,CRLBinary>
PdfDssDict. getCRLs()
Returns a map of uniques identifiers and CRL binariesstatic Map<Long,CRLBinary>
DSSDictionaryExtractionUtils. getCRLsFromArray(PdfDict dict, String dictionaryName, String arrayName)
Map<Long,CRLBinary>
DSSDictionaryCallback. getStoredCrls()