Uses of Class
eu.europa.esig.dss.crl.CRLBinary
Packages that use CRLBinary
Package
Description
-
Uses of CRLBinary in eu.europa.esig.dss.cades.validation.timestamp
Methods in eu.europa.esig.dss.cades.validation.timestamp that return types with arguments of type CRLBinaryModifier and TypeMethodDescriptionCAdESTimestampSource.buildCRLIdentifiers(org.bouncycastle.asn1.x509.CertificateList... crlVals) Builds a list of CRL identifiers for the givenrevValsCAdESTimestampSource.getEncapsulatedCRLIdentifiers(CAdESAttribute unsignedAttribute) -
Uses of CRLBinary in eu.europa.esig.dss.crl
Methods in eu.europa.esig.dss.crl that return CRLBinaryModifier and TypeMethodDescriptionAbstractCRLUtils.buildCRLBinary(byte[] binaries) Builds theCRLBinaryobjectstatic CRLBinaryCRLUtils.buildCRLBinary(byte[] binaries) Takes binaries and returns DER encodedCRLBinaryICRLUtils.buildCRLBinary(byte[] binaries) Takes binaries and returns DER encodedCRLBinaryCRLValidity.getCrlBinary()Returns binary of the CRLMethods in eu.europa.esig.dss.crl with parameters of type CRLBinaryModifier and TypeMethodDescriptionstatic CRLValidityCRLUtils.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.Constructors in eu.europa.esig.dss.crl with parameters of type CRLBinary -
Uses of CRLBinary in eu.europa.esig.dss.crl.stream.impl
Methods in eu.europa.esig.dss.crl.stream.impl with parameters of type CRLBinaryModifier and TypeMethodDescriptionCRLUtilsStreamImpl.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 CRLBinaryModifier 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.Constructors in eu.europa.esig.dss.crl.x509.impl with parameters of type CRLBinary -
Uses of CRLBinary in eu.europa.esig.dss.jades.validation.timestamp
Methods in eu.europa.esig.dss.jades.validation.timestamp that return types with arguments of type CRLBinaryModifier and TypeMethodDescriptionJAdESTimestampSource.getEncapsulatedCRLIdentifiers(JAdESAttribute unsignedAttribute) -
Uses of CRLBinary in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return types with arguments of type CRLBinary -
Uses of CRLBinary in eu.europa.esig.dss.pades.validation.dss
Methods in eu.europa.esig.dss.pades.validation.dss that return types with arguments of type CRLBinaryModifier and TypeMethodDescriptionPdfCompositeDssDictCRLSource.getCRLBinariesByObjectId(Long objectId) This method returns a set ofCertificateTokens 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
Methods in eu.europa.esig.dss.pdf that return types with arguments of type CRLBinary -
Uses of CRLBinary in eu.europa.esig.dss.pki.x509.revocation.crl
Methods in eu.europa.esig.dss.pki.x509.revocation.crl that return CRLBinaryModifier and TypeMethodDescriptionprotected CRLBinaryPKICRLSource.generateCRL(CertEntity crlIssuer) Generates a CRL token and returns encoded binaries -
Uses of CRLBinary in eu.europa.esig.dss.service.crl
Methods in eu.europa.esig.dss.service.crl that return CRLBinaryModifier and TypeMethodDescriptionprotected CRLBinaryOnlineCRLSource.executeCRLRequest(String crlUrl) Download a CRL from given location -
Uses of CRLBinary in eu.europa.esig.dss.spi.validation.timestamp
Methods in eu.europa.esig.dss.spi.validation.timestamp that return types with arguments of type CRLBinaryModifier and TypeMethodDescriptionSignatureTimestampSource.getEncapsulatedCRLIdentifiers(SA unsignedAttribute) Returns a list ofCRLBinarys obtained from the givenunsignedAttribute -
Uses of CRLBinary in eu.europa.esig.dss.xades.validation.timestamp
Methods in eu.europa.esig.dss.xades.validation.timestamp that return types with arguments of type CRLBinaryModifier and TypeMethodDescriptionXAdESTimestampSource.getEncapsulatedCRLIdentifiers(XAdESAttribute unsignedAttribute)