Uses of Class
eu.europa.esig.dss.spi.x509.revocation.crl.CRLToken
-
Packages that use CRLToken Package Description eu.europa.esig.dss.pdf eu.europa.esig.dss.service.crl eu.europa.esig.dss.spi.x509.revocation.crl eu.europa.esig.dss.validation -
-
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()Method parameters in eu.europa.esig.dss.pdf with type arguments of type CRLToken Modifier and Type Method Description voidDSSDictionaryCallback. setCrls(List<CRLToken> crls) -
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 protected CRLTokenJdbcCacheCRLSource. buildRevocationTokenFromResult(ResultSet rs, CertificateToken certificateToken, CertificateToken issuerCert)CRLTokenOnlineCRLSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)CRLTokenOnlineCRLSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerToken, List<String> alternativeUrls)Methods in eu.europa.esig.dss.service.crl with parameters of type CRLToken Modifier and Type Method Description protected voidJdbcCacheCRLSource. insertRevocation(CRLToken token)Insert a new CRL into the cacheprotected voidJdbcCacheCRLSource. updateRevocation(CRLToken token)Update the cache with the CRL -
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 CRLTokenOfflineCRLSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerToken)Methods in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type CRLToken Modifier and Type Method Description protected voidOfflineCRLSource. storeCRLToken(CRLBinary crlBinary, CRLToken crlToken) -
Uses of CRLToken in eu.europa.esig.dss.validation
Fields in eu.europa.esig.dss.validation with type parameters of type CRLToken Modifier and Type Field Description List<CRLToken>DefaultAdvancedSignature.RevocationDataForInclusion. crlTokensMethods in eu.europa.esig.dss.validation that return types with arguments of type CRLToken Modifier and Type Method Description List<CRLToken>SignatureCRLSource. findTokensFromRefs(List<CRLRef> revocationRefs)Retrieves a list of found CRL Tokens for the givenrevocationRefsList<CRLToken>SignatureCRLSource. getAllCRLTokens()Retrieves all found CRL TokensList<CRLToken>SignatureCRLSource. getAttributeRevocationValuesTokens()Map<CRLBinary,List<CRLToken>>SignatureCRLSource. getCRLTokenMap()List<CRLToken>SignatureCRLSource. getDSSDictionaryTokens()List<CRLToken>SignatureCRLSource. getRevocationValuesTokens()List<CRLToken>SignatureCRLSource. getTimestampRevocationValuesTokens()List<CRLToken>SignatureCRLSource. getTimestampValidationDataTokens()List<CRLToken>SignatureCRLSource. getVRIDictionaryTokens()Methods in eu.europa.esig.dss.validation with parameters of type CRLToken Modifier and Type Method Description Set<CRLRef>SignatureCRLSource. findRefsForRevocationToken(CRLToken revocationToken)Retrieves a set of found CRL Refs for the givenrevocationTokenprotected voidSignatureCRLSource. storeCRLToken(CRLBinary crlBinary, CRLToken crlToken)Constructor parameters in eu.europa.esig.dss.validation with type arguments of type CRLToken Constructor Description CRLCertificateVerifier(RevocationSource<CRLToken> crlSource, CertificatePool validationCertPool)Main constructor.OCSPAndCRLCertificateVerifier(RevocationSource<CRLToken> crlSource, RevocationSource<OCSPToken> ocspSource, CertificatePool validationCertPool)Build a OCSPAndCRLCertificateVerifier that will use the provided CRLSource and OCSPSourceRevocationDataForInclusion(List<CRLToken> crlTokens, List<OCSPToken> ocspTokens)
-