Class XAdESOCSPSource
java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.OfflineRevocationSource<OCSP>
eu.europa.esig.dss.spi.x509.revocation.ocsp.OfflineOCSPSource
eu.europa.esig.dss.xades.validation.XAdESOCSPSource
- All Implemented Interfaces:
MultipleRevocationSource<OCSP>
,Serializable
public class XAdESOCSPSource extends OfflineOCSPSource
Retrieves OCSP values from an XAdES (XL/LT) signature.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XAdESOCSPSource(Element signatureElement, XAdESPaths xadesPaths)
The default constructor for XAdESOCSPSource. -
Method Summary
Modifier and Type Method Description void
appendContainedOCSPResponses()
Methods inherited from class eu.europa.esig.dss.spi.x509.revocation.ocsp.OfflineOCSPSource
getRevocationTokens
Methods inherited from class eu.europa.esig.dss.spi.x509.revocation.OfflineRevocationSource
addBinary, addRevocation, addRevocation, addRevocationReference, findBinaryForReference, findRefsAndOriginsForBinary, findRefsAndOriginsForRevocationToken, getADBERevocationValuesTokens, getAllReferencedRevocationBinaries, getAllRevocationBinaries, getAllRevocationBinariesWithOrigins, getAllRevocationReferences, getAllRevocationTokens, getAllRevocationTokensWithOrigins, getAttributeRevocationRefs, getAttributeRevocationValuesTokens, getCMSSignedDataRevocationBinaries, getCMSSignedDataRevocationTokens, getCompleteRevocationRefs, getDSSDictionaryBinaries, getDSSDictionaryTokens, getOrphanRevocationReferencesWithOrigins, getRevocationValuesTokens, getTimestampValidationDataTokens, getUniqueRevocationTokensWithOrigins, getVRIDictionaryBinaries, getVRIDictionaryTokens, isEmpty, isOrphan
-
Constructor Details
-
XAdESOCSPSource
The default constructor for XAdESOCSPSource.- Parameters:
signatureElement
-Element
that contains an XML signaturexadesPaths
- adaptedXAdESPaths
-
-
Method Details
-
appendContainedOCSPResponses
public void appendContainedOCSPResponses()
-