Uses of Class
org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder
| Package | Description |
|---|---|
| org.bouncycastle.cms.jcajce |
-
Uses of JcaSignerInfoGeneratorBuilder in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return JcaSignerInfoGeneratorBuilder Modifier and Type Method Description JcaSignerInfoGeneratorBuilderJcaSignerInfoGeneratorBuilder. 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.JcaSignerInfoGeneratorBuilderJcaSignerInfoGeneratorBuilder. setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)JcaSignerInfoGeneratorBuilderJcaSignerInfoGeneratorBuilder. setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen)