Class CAdESOCSPSource
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.spi.x509.CMSOCSPSource
eu.europa.esig.dss.cades.validation.CAdESOCSPSource
- All Implemented Interfaces:
MultipleRevocationSource<OCSP>,RevocationSource<OCSP>,Serializable
The OCSP source for a CAdES signature
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.spi.x509.CMSOCSPSource
unsignedAttributes -
Constructor Summary
ConstructorsConstructorDescriptionCAdESOCSPSource(CMS cms, org.bouncycastle.asn1.cms.AttributeTable unsignedAttributes) Creates a CAdES OCSP source from aCMSand the relatedunsignedAttributesof the signerCAdESOCSPSource(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.revocation.ocsp.OfflineOCSPSource
getRevocationTokensMethods 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
-
CAdESOCSPSource
@Deprecated public CAdESOCSPSource(org.bouncycastle.cms.CMSSignedData cmsSignedData, org.bouncycastle.asn1.cms.AttributeTable unsignedAttributes) Deprecated.since DSS 6.3. Please usenew CAdESOCSPSource(CMS cms, AttributeTable unsignedAttributes)* constructor instead.The default constructor- Parameters:
cmsSignedData-CMSSignedDataof the CAdES signatureunsignedAttributes-AttributeTablethe corresponding unsigned properties if present
-
CAdESOCSPSource
Creates a CAdES OCSP source from aCMSand the relatedunsignedAttributesof the signer- Parameters:
cms-CMSunsignedAttributes-AttributeTable
-