Class XAdESOCSPSource
- java.lang.Object
-
- eu.europa.esig.dss.spi.x509.revocation.ocsp.OfflineOCSPSource
-
- eu.europa.esig.dss.validation.SignatureOCSPSource
-
- eu.europa.esig.dss.xades.validation.XAdESOCSPSource
-
- All Implemented Interfaces:
OCSPSource,RevocationSource<OCSPToken>,SignatureRevocationSource<OCSPToken>,Serializable
public class XAdESOCSPSource extends SignatureOCSPSource
Retrieves OCSP values from an XAdES (XL/LT) signature.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XAdESOCSPSource(Element signatureElement, XPathQueryHolder xPathQueryHolder)The default constructor for XAdESOCSPSource.
-
Method Summary
Modifier and Type Method Description voidappendContainedOCSPResponses()Retrieves the map ofBasicOCSPResp/RevocationOrigincontained in the source and appends result entries toocspResponses.-
Methods inherited from class eu.europa.esig.dss.validation.SignatureOCSPSource
addReference, addReference, findRefsForRevocationToken, findTokensFromRefs, getAllOCSPReferences, getAllOCSPTokens, getAttributeRevocationRefs, getAttributeRevocationValuesTokens, getCompleteRevocationRefs, getDSSDictionaryTokens, getOCSPRefByDigest, getOCSPTokenMap, getOrphanOCSPRefs, getReferencesForOCSPIdentifier, getRevocationValuesTokens, getTimestampRevocationRefs, getTimestampRevocationValuesTokens, getTimestampValidationDataTokens, getVRIDictionaryTokens, populateOCSPRevocationTokenLists, storeOCSPToken
-
Methods inherited from class eu.europa.esig.dss.spi.x509.revocation.ocsp.OfflineOCSPSource
addOCSPResponse, getIdentifier, getIdentifier, getOCSPResponsesList, getRevocationOrigins, getRevocationToken, isEmpty
-
-
-
-
Constructor Detail
-
XAdESOCSPSource
public XAdESOCSPSource(Element signatureElement, XPathQueryHolder xPathQueryHolder)
The default constructor for XAdESOCSPSource.- Parameters:
signatureElement-Elementthat contains an XML signaturexPathQueryHolder- adaptedXPathQueryHolder
-
-
Method Detail
-
appendContainedOCSPResponses
public void appendContainedOCSPResponses()
Description copied from class:OfflineOCSPSourceRetrieves the map ofBasicOCSPResp/RevocationOrigincontained in the source and appends result entries toocspResponses.- Specified by:
appendContainedOCSPResponsesin classOfflineOCSPSource
-
-