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
-
Constructor Summary
ConstructorsConstructorDescriptionCAdESCRLSource(CMS cms, org.bouncycastle.asn1.cms.AttributeTable unsignedAttributes) Creates a CAdES CRL source from aCMSand the relatedunsignedAttributesof the signer -
Method Summary
Methods inherited from class CMSCRLSource
addX509CRLHolderMethods inherited from class OfflineCRLSource
getRevocationTokensMethods inherited from class 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
-