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, String vriDictionaryName, org.bouncycastle.asn1.cms.AttributeTable signedAttributes)
-
Method Summary
Modifier and Type Method Description void
appendContainedOCSPResponses()
Retrieves the map ofBasicOCSPResp
/RevocationOrigin
contained 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 dictionariesMethods inherited from class eu.europa.esig.dss.validation.SignatureOCSPSource
addReference, findRefsForRevocationToken, findTokensFromRefs, getADBERevocationValuesTokens, getAllOCSPReferences, getAllOCSPTokens, getAttributeRevocationRefs, getAttributeRevocationValuesTokens, getCMSSignedDataRevocationTokens, getCompleteRevocationRefs, getDSSDictionaryTokens, getOCSPRefByDigest, getOrphanOCSPRefs, getReferencesForOCSPIdentifier, getRevocationValuesTokens, getTimestampRevocationRefs, getTimestampRevocationValuesTokens, getTimestampSignedDataRevocationTokens, getTimestampValidationDataTokens, getVRIDictionaryTokens, storeOCSPToken
Methods inherited from class eu.europa.esig.dss.spi.x509.revocation.ocsp.OfflineOCSPSource
addOCSPResponse, getIdentifier, getIdentifier, getOCSPResponsesList, getRevocationOrigins, getRevocationToken, isEmpty
-
Constructor Details
-
PAdESOCSPSource
public PAdESOCSPSource(PdfDssDict dssDictionary, String vriDictionaryName, org.bouncycastle.asn1.cms.AttributeTable signedAttributes)
-
-
Method Details
-
appendContainedOCSPResponses
public void appendContainedOCSPResponses()Description copied from class:OfflineOCSPSource
Retrieves the map ofBasicOCSPResp
/RevocationOrigin
contained in the source and appends result entries toocspResponses
.- Specified by:
appendContainedOCSPResponses
in classOfflineOCSPSource
-
getOcspMap
Returns a map of all OCSP entries contained in DSS dictionary or into nested VRI dictionaries- Returns:
- a map of BasicOCSPResp with their object ids
-