Class PAdESOCSPSource
- java.lang.Object
-
- eu.europa.esig.dss.spi.x509.revocation.ocsp.OfflineOCSPSource
-
- eu.europa.esig.dss.validation.SignatureOCSPSource
-
- eu.europa.esig.dss.pades.validation.PAdESOCSPSource
-
- All Implemented Interfaces:
OCSPSource,RevocationSource<OCSPToken>,SignatureRevocationSource<OCSPToken>,Serializable
public class PAdESOCSPSource extends SignatureOCSPSource
OCSPSource that retrieves the OCSPResp from a PAdES Signature- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PAdESOCSPSource(PdfDssDict dssDictionary)The default constructor for PAdESOCSPSource.PAdESOCSPSource(PdfDssDict dssDictionary, String vriDictionaryName)
-
Method Summary
Modifier and Type Method Description voidappendContainedOCSPResponses()Retrieves the map ofBasicOCSPResp/RevocationOrigincontained in the source and appends result entries toocspResponses.Map<Long,org.bouncycastle.cert.ocsp.BasicOCSPResp>getOcspMap()Returns a map of all OCSP entries contained in DSS dictionary or into nested VRI dictionaries-
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
-
PAdESOCSPSource
public PAdESOCSPSource(PdfDssDict dssDictionary)
The default constructor for PAdESOCSPSource.- Parameters:
dssDictionary- the DSS dictionary
-
PAdESOCSPSource
public PAdESOCSPSource(PdfDssDict dssDictionary, String vriDictionaryName)
-
-
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
-
-