Uses of Class
eu.europa.esig.dss.spi.x509.revocation.crl.CRLToken
Packages that use CRLToken
Package
Description
-
Uses of CRLToken in eu.europa.esig.dss.jades.signature
Method parameters in eu.europa.esig.dss.jades.signature with type arguments of type CRLTokenModifier and TypeMethodDescriptionprotected JsonObjectBuilds and returns 'rVals' JsonObjectprotected voidJAdESLevelBaselineLT.incorporateRVals(JAdESEtsiUHeader etsiUHeader, Set<CRLToken> crlsToAdd, Set<OCSPToken> ocspsToAdd, boolean base64UrlEncoded) Incorporates the provided set of certificates intoetsiUHeader -
Uses of CRLToken in eu.europa.esig.dss.pki.x509.revocation.crl
Methods in eu.europa.esig.dss.pki.x509.revocation.crl that return CRLTokenModifier and TypeMethodDescriptionPKICRLSource.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken) Retrieves a Certificate Revocation List (CRL) token for the given certificate and its issuer certificate if the CertEntity is not already. -
Uses of CRLToken in eu.europa.esig.dss.service.crl
Methods in eu.europa.esig.dss.service.crl that return CRLTokenModifier and TypeMethodDescriptionFileCacheCRLSource.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken) FileCacheCRLSource.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, boolean forceRefresh) JdbcCacheCRLSource.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken) JdbcCacheCRLSource.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, boolean forceRefresh) OnlineCRLSource.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken) OnlineCRLSource.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerToken, List<String> alternativeUrls) -
Uses of CRLToken in eu.europa.esig.dss.spi.validation
Methods in eu.europa.esig.dss.spi.validation that return types with arguments of type CRLTokenModifier and TypeMethodDescriptionValidationData.getCrlTokens()Sets CRL tokens to be included into the signatureMethod parameters in eu.europa.esig.dss.spi.validation with type arguments of type CRLTokenModifier and TypeMethodDescriptionvoidValidationData.excludeCRLTokensCollection(Collection<CRLToken> crlTokensToExclude) Removes all CRL token entries matchingcrlTokensToExcludefrom the current CRL data set -
Uses of CRLToken in eu.europa.esig.dss.spi.x509.revocation.crl
Methods in eu.europa.esig.dss.spi.x509.revocation.crl that return CRLTokenModifier and TypeMethodDescriptionCRLSource.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken) -
Uses of CRLToken in eu.europa.esig.dss.xades.signature
Method parameters in eu.europa.esig.dss.xades.signature with type arguments of type CRLTokenModifier and TypeMethodDescriptionprotected ElementXAdESLevelBaselineT.incorporateRevocationValues(Element parentDom, Collection<CRLToken> crlsToAdd, Collection<OCSPToken> ocspsToAdd) This method incorporates revocation values.protected voidXAdESLevelBaselineT.incorporateRevocationValues(Element parentDom, Collection<CRLToken> crlsToAdd, Collection<OCSPToken> ocspsToAdd, String indent) This method incorporates revocation values, as well as adds missing indents if the parameter is specified: