Uses of Class
org.bouncycastle.cms.SignerInfoGeneratorBuilder
-
Packages that use SignerInfoGeneratorBuilder Package Description org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369). -
-
Uses of SignerInfoGeneratorBuilder in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return SignerInfoGeneratorBuilder Modifier and Type Method Description SignerInfoGeneratorBuilder
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
SignerInfoGeneratorBuilder. setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)
Provide a custom signed attribute generator.SignerInfoGeneratorBuilder
SignerInfoGeneratorBuilder. setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen)
Provide a generator of unsigned attributes.
-