Uses of Class
eu.europa.esig.dss.cms.CMSSignerInfoGeneratorBuilder
Packages that use CMSSignerInfoGeneratorBuilder
-
Uses of CMSSignerInfoGeneratorBuilder in eu.europa.esig.dss.cades.signature
Methods in eu.europa.esig.dss.cades.signature that return CMSSignerInfoGeneratorBuilderModifier and TypeMethodDescriptionprotected CMSSignerInfoGeneratorBuilderCMSForCAdESBuilderHelper.createCMSSignerInfoGeneratorBuilder(org.bouncycastle.asn1.cms.AttributeTable signedAttributes, org.bouncycastle.asn1.cms.AttributeTable unsignedAttributes) Creates and configures aCMSSignerInfoGeneratorBuilderto be used for a SignerInfo creationprotected CMSSignerInfoGeneratorBuilderCMSForCAdESBuilderHelper.initCMSSignerInfoGeneratorBuilder()Creates a new instance ofCMSSignerInfoGeneratorBuilder -
Uses of CMSSignerInfoGeneratorBuilder in eu.europa.esig.dss.cms
Methods in eu.europa.esig.dss.cms that return CMSSignerInfoGeneratorBuilderModifier and TypeMethodDescriptionCMSSignerInfoGeneratorBuilder.setDigestAlgorithm(DigestAlgorithm digestAlgorithm) Sets the Digest Algorithm to be used on message-digest computationCMSSignerInfoGeneratorBuilder.setSignedAttributes(org.bouncycastle.asn1.cms.AttributeTable signedAttributes) Sets the signed attributesCMSSignerInfoGeneratorBuilder.setSigningCertificate(CertificateToken signingCertificate) Sets the signing-certificate of the signerCMSSignerInfoGeneratorBuilder.setUnsignedAttributes(org.bouncycastle.asn1.cms.AttributeTable unsignedAttributes) Sets the unsigned attributes