Class PAdESOCSPSource
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.pades.validation.PAdESOCSPSource
- All Implemented Interfaces:
MultipleRevocationSource<OCSP>
,Serializable
public class PAdESOCSPSource extends OfflineOCSPSource
OCSPSource that retrieves the OCSPResp from a PAdES Signature
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PAdESOCSPSource(PdfDssDict dssDictionary)
PAdESOCSPSource(PdfDssDict dssDictionary, String vriDictionaryName, org.bouncycastle.asn1.cms.AttributeTable signedAttributes)
-
Method Summary
Modifier and Type Method Description void
appendContainedOCSPResponses()
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.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
-
PAdESOCSPSource
-
PAdESOCSPSource
public PAdESOCSPSource(PdfDssDict dssDictionary, String vriDictionaryName, org.bouncycastle.asn1.cms.AttributeTable signedAttributes)
-
-
Method Details
-
appendContainedOCSPResponses
public void appendContainedOCSPResponses() -
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
-