Uses of Class
eu.europa.esig.dss.cades.CAdESSignatureParameters
Packages that use CAdESSignatureParameters
-
Uses of CAdESSignatureParameters in eu.europa.esig.dss.cades.signature
Subclasses of CAdESSignatureParameters in eu.europa.esig.dss.cades.signatureModifier and TypeClassDescriptionclassParameters for a CAdES counter-signature creationMethods in eu.europa.esig.dss.cades.signature with parameters of type CAdESSignatureParametersModifier and TypeMethodDescriptionorg.bouncycastle.cms.SignerInfoGeneratorCMSSignerInfoGeneratorBuilder.build(CAdESSignatureParameters parameters, org.bouncycastle.operator.ContentSigner contentSigner) Builds aSignerInfoGeneratorwith no original document providedorg.bouncycastle.cms.SignerInfoGeneratorCMSSignerInfoGeneratorBuilder.build(eu.europa.esig.dss.model.DSSDocument toSignDocument, CAdESSignatureParameters parameters, org.bouncycastle.operator.ContentSigner contentSigner) Builds aSignerInfoGeneratorfor signing atoSignDocumentprotected org.bouncycastle.cms.CMSSignedDataCAdESLevelBaselineLT.extendCMSSignatures(org.bouncycastle.cms.CMSSignedData cmsSignedData, CAdESSignatureParameters parameters, List<String> signatureIdsToExtend) protected org.bouncycastle.cms.CMSSignedDataCAdESLevelBaselineLTA.extendCMSSignatures(org.bouncycastle.cms.CMSSignedData cmsSignedData, CAdESSignatureParameters parameters, List<String> signatureIdsToExtend) protected org.bouncycastle.cms.CMSSignedDataCAdESLevelBaselineT.extendCMSSignatures(org.bouncycastle.cms.CMSSignedData cmsSignedData, CAdESSignatureParameters parameters, List<String> signatureIdsToExtend) eu.europa.esig.dss.model.DSSDocumentCAdESService.extendDocument(eu.europa.esig.dss.model.DSSDocument toExtendDocument, CAdESSignatureParameters parameters) org.bouncycastle.cms.SignerInformationStoreCAdESCounterSignatureBuilder.generateCounterSignature(org.bouncycastle.cms.SignerInformation signerInformation, CAdESSignatureParameters parameters, CustomContentSigner customContentSigner) Generates a counter-signatureSignerInformationStoreeu.europa.esig.dss.spi.x509.tsp.TimestampTokenCAdESService.getContentTimestamp(eu.europa.esig.dss.model.DSSDocument toSignDocument, CAdESSignatureParameters parameters) eu.europa.esig.dss.model.ToBeSignedCAdESService.getDataToBeCounterSigned(org.bouncycastle.cms.SignerInformation signerInfoToCounterSign, CAdESSignatureParameters parameters) Returns a data toBeSigned for a counter signature on the givensignerInfoToCounterSigneu.europa.esig.dss.model.ToBeSignedCAdESService.getDataToSign(eu.europa.esig.dss.model.DSSDocument toSignDocument, CAdESSignatureParameters parameters) org.bouncycastle.asn1.cms.AttributeTableCAdESLevelBaselineB.getSignedAttributes(CAdESSignatureParameters parameters) Generates and returns a Signed Attributes Tableprotected org.bouncycastle.cms.SignerInfoGeneratorBuilderCMSSignerInfoGeneratorBuilder.getSignerInfoGeneratorBuilder(CAdESSignatureParameters parameters, eu.europa.esig.dss.model.DSSDocument contentToSign) This method creates a builder of SignerInfoGeneratoreu.europa.esig.dss.model.DSSDocumentCAdESService.signDocument(eu.europa.esig.dss.model.DSSDocument toSignDocument, CAdESSignatureParameters parameters, eu.europa.esig.dss.model.SignatureValue signatureValue)