Class XAdESCRLSource
- java.lang.Object
-
- eu.europa.esig.dss.spi.x509.revocation.crl.OfflineCRLSource
-
- eu.europa.esig.dss.validation.SignatureCRLSource
-
- eu.europa.esig.dss.xades.validation.XAdESCRLSource
-
- All Implemented Interfaces:
CRLSource,RevocationSource<CRLToken>,SignatureRevocationSource<CRLToken>,Serializable
public class XAdESCRLSource extends SignatureCRLSource
Retrieves CRL values from an XAdES (-XL) signature.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XAdESCRLSource(Element signatureElement, XPathQueryHolder xPathQueryHolder)The default constructor for XAdESCRLSource.
-
Method Summary
-
Methods inherited from class eu.europa.esig.dss.validation.SignatureCRLSource
addReference, addReference, findRefsForRevocationToken, findTokensFromRefs, getAllCRLReferences, getAllCRLTokens, getAttributeRevocationRefs, getAttributeRevocationValuesTokens, getCompleteRevocationRefs, getCRLRefByDigest, getCRLTokenMap, getDSSDictionaryTokens, getOrphanCrlRefs, getReferencesForCRLIdentifier, getRevocationValuesTokens, getTimestampRevocationRefs, getTimestampRevocationValuesTokens, getTimestampValidationDataTokens, getVRIDictionaryTokens, populateCRLRevocationValues, storeCRLToken
-
Methods inherited from class eu.europa.esig.dss.spi.x509.revocation.crl.OfflineCRLSource
addCRLBinary, addCRLBinary, getCRLBinaryList, getIdentifier, getIdentifier, getRevocationOrigins, getRevocationToken, isEmpty
-
-
-
-
Constructor Detail
-
XAdESCRLSource
public XAdESCRLSource(Element signatureElement, XPathQueryHolder xPathQueryHolder)
The default constructor for XAdESCRLSource.- Parameters:
signatureElement-Elementthat contains an XML signaturexPathQueryHolder- adaptedXPathQueryHolder
-
-