Uses of Class
eu.europa.esig.dss.crl.CRLBinary
Package
Description
-
Uses of CRLBinary in eu.europa.esig.dss.cades.validation.timestamp
Modifier and TypeMethodDescriptionCAdESTimestampSource.buildCRLIdentifiers
(org.bouncycastle.asn1.x509.CertificateList... crlVals) Builds a list of CRL identifiers for the givenrevVals
CAdESTimestampSource.getEncapsulatedCRLIdentifiers
(CAdESAttribute unsignedAttribute) -
Uses of CRLBinary in eu.europa.esig.dss.crl
Modifier and TypeMethodDescriptionAbstractCRLUtils.buildCRLBinary
(byte[] binaries) Builds theCRLBinary
objectstatic CRLBinary
CRLUtils.buildCRLBinary
(byte[] binaries) Takes binaries and returns DER encodedCRLBinary
ICRLUtils.buildCRLBinary
(byte[] binaries) Takes binaries and returns DER encodedCRLBinary
CRLValidity.getCrlBinary()
Returns binary of the CRLModifier 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. -
Uses of CRLBinary in eu.europa.esig.dss.crl.stream.impl
Modifier and TypeMethodDescriptionCRLUtilsStreamImpl.buildCRLValidity
(CRLBinary crlBinary, CertificateToken issuerToken) -
Uses of CRLBinary in eu.europa.esig.dss.crl.x509.impl
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. -
Uses of CRLBinary in eu.europa.esig.dss.jades.validation.timestamp
Modifier and TypeMethodDescriptionJAdESTimestampSource.getEncapsulatedCRLIdentifiers
(JAdESAttribute unsignedAttribute) -
Uses of CRLBinary in eu.europa.esig.dss.pades.validation
-
Uses of CRLBinary in eu.europa.esig.dss.pades.validation.dss
Modifier and TypeMethodDescriptionPdfCompositeDssDictCRLSource.getCRLBinariesByObjectId
(Long objectId) This method returns a set ofCertificateToken
s with the given PDF object idPdfDssDictCRLSource.getCrlMap()
Returns a map of all CRL entries contained in DSS dictionary or into nested VRI dictionaries -
Uses of CRLBinary in eu.europa.esig.dss.pdf
-
Uses of CRLBinary in eu.europa.esig.dss.validation.timestamp
Modifier and TypeMethodDescriptionSignatureTimestampSource.getEncapsulatedCRLIdentifiers
(SA unsignedAttribute) Returns a list ofCRLBinary
s obtained from the givenunsignedAttribute
-
Uses of CRLBinary in eu.europa.esig.dss.xades.validation.timestamp
Modifier and TypeMethodDescriptionXAdESTimestampSource.getEncapsulatedCRLIdentifiers
(XAdESAttribute unsignedAttribute)