Uses of Class
eu.europa.esig.dss.spi.x509.revocation.crl.CRLToken
-
Uses of CRLToken in eu.europa.esig.dss.jades.signature
Method parameters in eu.europa.esig.dss.jades.signature with type arguments of type CRLToken Modifier and Type Method Description protected JsonObjectJAdESLevelBaselineLT. getRVals(List<CRLToken> crlsToAdd, List<OCSPToken> ocspsToAdd)Builds and returns 'rVals' JsonObject -
Uses of CRLToken in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return types with arguments of type CRLToken Modifier and Type Method Description List<CRLToken>DSSDictionaryCallback. getCrls()Gets the CRL tokensMethod parameters in eu.europa.esig.dss.pdf with type arguments of type CRLToken Modifier and Type Method Description voidDSSDictionaryCallback. setCrls(List<CRLToken> crls)Sets the CRL tokens -
Uses of CRLToken in eu.europa.esig.dss.service.crl
Methods in eu.europa.esig.dss.service.crl that return CRLToken Modifier and Type Method Description CRLTokenJdbcCacheCRLSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)CRLTokenJdbcCacheCRLSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, boolean forceRefresh)CRLTokenOnlineCRLSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)CRLTokenOnlineCRLSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerToken, List<String> alternativeUrls) -
Uses of CRLToken in eu.europa.esig.dss.spi.x509.revocation.crl
Methods in eu.europa.esig.dss.spi.x509.revocation.crl that return CRLToken Modifier and Type Method Description CRLTokenCRLSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken) -
Uses of CRLToken in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return types with arguments of type CRLToken Modifier and Type Method Description List<CRLToken>ValidationDataForInclusion. getCrlTokens()Sets CRL tokens ti be included into the signature -
Uses of CRLToken in eu.europa.esig.dss.xades.signature
Method parameters in eu.europa.esig.dss.xades.signature with type arguments of type CRLToken Modifier and Type Method Description protected 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: