Class PAdESCRLSource
java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.OfflineRevocationSource<CRL>
eu.europa.esig.dss.spi.x509.revocation.crl.OfflineCRLSource
eu.europa.esig.dss.pades.validation.PdfDssDictCRLSource
eu.europa.esig.dss.pades.validation.PAdESCRLSource
- All Implemented Interfaces:
MultipleRevocationSource<CRL>
,Serializable
public class PAdESCRLSource extends PdfDssDictCRLSource
CRLSource that will retrieve the CRL from a PAdES Signature
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PAdESCRLSource(PdfDssDict dssDictionary, String vriDictionaryName, org.bouncycastle.asn1.cms.AttributeTable signedAttributes)
The default constructor -
Method Summary
Modifier and Type Method Description protected void
extractVRICRLs(PdfVRIDict vriDictionary)
Extract the CRLs from the VRI dictionaryMethods inherited from class eu.europa.esig.dss.pades.validation.PdfDssDictCRLSource
extractDSSCRLs, extractVRICRLs, getCrlMap
Methods inherited from class eu.europa.esig.dss.spi.x509.revocation.crl.OfflineCRLSource
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
-
PAdESCRLSource
public PAdESCRLSource(PdfDssDict dssDictionary, String vriDictionaryName, org.bouncycastle.asn1.cms.AttributeTable signedAttributes)The default constructor- Parameters:
dssDictionary
-PdfDssDict
vriDictionaryName
-String
the corresponding VRI dictionary name to extractsignedAttributes
-AttributeTable
-
-
Method Details
-
extractVRICRLs
Description copied from class:PdfDssDictCRLSource
Extract the CRLs from the VRI dictionary- Overrides:
extractVRICRLs
in classPdfDssDictCRLSource
- Parameters:
vriDictionary
-PdfDssDict
-