Class CAdESCRLSource
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.spi.x509.CMSCRLSource
eu.europa.esig.dss.cades.validation.CAdESCRLSource
- All Implemented Interfaces:
MultipleRevocationSource<CRL>
,RevocationSource<CRL>
,Serializable
The CRL source for a CAdES signature
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCAdESCRLSource
(CMS cms, org.bouncycastle.asn1.cms.AttributeTable unsignedAttributes) Creates a CAdES CRL source from aCMS
and the relatedunsignedAttributes
of the signerCAdESCRLSource
(org.bouncycastle.cms.CMSSignedData cmsSignedData, org.bouncycastle.asn1.cms.AttributeTable unsignedAttributes) Deprecated.since DSS 6.3. -
Method Summary
Methods inherited from class eu.europa.esig.dss.spi.x509.CMSCRLSource
addX509CRLHolder
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, getADBERevocationValuesBinaries, getADBERevocationValuesTokens, getAllReferencedRevocationBinaries, getAllRevocationBinaries, getAllRevocationBinariesWithOrigins, getAllRevocationReferences, getAllRevocationTokens, getAllRevocationTokensWithOrigins, getAnyValidationDataBinaries, getAnyValidationDataTokens, getAttributeRevocationRefs, getAttributeRevocationValuesBinaries, getAttributeRevocationValuesTokens, getCMSSignedDataRevocationBinaries, getCMSSignedDataRevocationTokens, getCompleteRevocationRefs, getDSSDictionaryBinaries, getDSSDictionaryTokens, getOrphanRevocationReferencesWithOrigins, getRevocationReferencesWithOrigins, getRevocationToken, getRevocationValuesBinaries, getRevocationValuesTokens, getTimestampValidationDataBinaries, getTimestampValidationDataTokens, getUniqueRevocationTokensWithOrigins, getVRIDictionaryBinaries, getVRIDictionaryTokens, isEmpty, isOrphan
-
Constructor Details
-
CAdESCRLSource
@Deprecated public CAdESCRLSource(org.bouncycastle.cms.CMSSignedData cmsSignedData, org.bouncycastle.asn1.cms.AttributeTable unsignedAttributes) Deprecated.since DSS 6.3. Please usenew CAdESCRLSource(CMS cms, AttributeTable unsignedAttributes)
constructor instead.The default constructor- Parameters:
cmsSignedData
-CMSSignedData
of the CAdES signatureunsignedAttributes
-AttributeTable
the corresponding unsigned properties if present
-
CAdESCRLSource
Creates a CAdES CRL source from aCMS
and the relatedunsignedAttributes
of the signer- Parameters:
cms
-CMS
unsignedAttributes
-AttributeTable
-