Uses of Class
eu.europa.esig.dss.cades.CAdESSignatureParameters
Package | Description |
---|---|
eu.europa.esig.dss.asic.cades | |
eu.europa.esig.dss.cades.signature | |
eu.europa.esig.dss.pades | |
eu.europa.esig.dss.ws.signature.common |
-
Uses of CAdESSignatureParameters in eu.europa.esig.dss.asic.cades
Subclasses of CAdESSignatureParameters in eu.europa.esig.dss.asic.cades Modifier and Type Class Description class
ASiCWithCAdESSignatureParameters
-
Uses of CAdESSignatureParameters in eu.europa.esig.dss.cades.signature
Methods in eu.europa.esig.dss.cades.signature with parameters of type CAdESSignatureParameters Modifier and Type Method Description protected org.bouncycastle.cms.CMSSignedDataGenerator
CMSSignedDataBuilder. createCMSSignedDataGenerator(CAdESSignatureParameters parameters, org.bouncycastle.operator.ContentSigner contentSigner, org.bouncycastle.cms.SignerInfoGeneratorBuilder signerInfoGeneratorBuilder, org.bouncycastle.cms.CMSSignedData originalSignedData)
Note: Section 5.1 of RFC 3852 [4] requires that, the CMS SignedData version be set to 3 if certificates from SignedData is present AND (any version 1 attribute certificates are present OR any SignerInfo structures are version 3 OR eContentType from encapContentInfo is other than id-data).protected org.bouncycastle.cms.SignerInformation
CAdESLevelBaselineLT. extendCMSSignature(org.bouncycastle.cms.CMSSignedData cmsSignedData, org.bouncycastle.cms.SignerInformation signerInformation, CAdESSignatureParameters parameters)
protected org.bouncycastle.cms.SignerInformation
CAdESLevelBaselineLTA. extendCMSSignature(org.bouncycastle.cms.CMSSignedData cmsSignedData, org.bouncycastle.cms.SignerInformation signerInformation, CAdESSignatureParameters parameters)
protected org.bouncycastle.cms.SignerInformation
CAdESLevelBaselineT. extendCMSSignature(org.bouncycastle.cms.CMSSignedData signedData, org.bouncycastle.cms.SignerInformation signerInformation, CAdESSignatureParameters parameters)
DSSDocument
CAdESService. extendDocument(DSSDocument toExtendDocument, CAdESSignatureParameters parameters)
TimestampToken
CAdESService. getContentTimestamp(DSSDocument toSignDocument, CAdESSignatureParameters parameters)
ToBeSigned
CAdESService. getDataToSign(DSSDocument toSignDocument, CAdESSignatureParameters parameters)
org.bouncycastle.asn1.cms.AttributeTable
CAdESLevelBaselineB. getSignedAttributes(CAdESSignatureParameters parameters)
protected org.bouncycastle.cms.CMSSignedData
CAdESLevelBaselineLTA. preExtendCMSSignedData(org.bouncycastle.cms.CMSSignedData cmsSignedData, CAdESSignatureParameters parameters)
DSSDocument
CAdESService. signDocument(DSSDocument toSignDocument, CAdESSignatureParameters parameters, SignatureValue signatureValue)
-
Uses of CAdESSignatureParameters in eu.europa.esig.dss.pades
Subclasses of CAdESSignatureParameters in eu.europa.esig.dss.pades Modifier and Type Class Description class
PAdESSignatureParameters
-
Uses of CAdESSignatureParameters in eu.europa.esig.dss.ws.signature.common
Method parameters in eu.europa.esig.dss.ws.signature.common with type arguments of type CAdESSignatureParameters Modifier and Type Method Description void
RemoteDocumentSignatureServiceImpl. setCadesService(DocumentSignatureService<CAdESSignatureParameters,CAdESTimestampParameters> cadesService)