Uses of Class
org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder
-
Packages that use JcaSignerInfoGeneratorBuilder Package Description org.bouncycastle.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE. -
-
Uses of JcaSignerInfoGeneratorBuilder in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return JcaSignerInfoGeneratorBuilder Modifier and Type Method Description JcaSignerInfoGeneratorBuilder
JcaSignerInfoGeneratorBuilder. 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.JcaSignerInfoGeneratorBuilder
JcaSignerInfoGeneratorBuilder. setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)
JcaSignerInfoGeneratorBuilder
JcaSignerInfoGeneratorBuilder. setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen)
-