Uses of Class
org.bouncycastle.cms.SignerInfoGeneratorBuilder
Packages that use SignerInfoGeneratorBuilder
-
Uses of SignerInfoGeneratorBuilder in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return SignerInfoGeneratorBuilderModifier and TypeMethodDescriptionSignerInfoGeneratorBuilder.setContentDigest(AlgorithmIdentifier contentDigest) Set the algorithm identifier for the contentDigest to be used for processing the data.SignerInfoGeneratorBuilder.setDirectSignature(boolean hasNoSignedAttributes) If the passed in flag is true, the signer signature will be based on the data, not a collection of signed attributes, and no signed attributes will be included.SignerInfoGeneratorBuilder.setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen) Provide a custom signed attribute generator.SignerInfoGeneratorBuilder.setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen) Provide a generator of unsigned attributes.