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 JsonObject
JAdESLevelBaselineLT. 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 void
DSSDictionaryCallback. 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 CRLToken
JdbcCacheCRLSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)
CRLToken
JdbcCacheCRLSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, boolean forceRefresh)
CRLToken
OnlineCRLSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)
CRLToken
OnlineCRLSource. 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 CRLToken
CRLSource. 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 Element
XAdESLevelBaselineT. incorporateRevocationValues(Element parentDom, Collection<CRLToken> crlsToAdd, Collection<OCSPToken> ocspsToAdd)
This method incorporates revocation values.protected void
XAdESLevelBaselineT. 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: