Uses of Class
org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder
Packages that use JcaSignerInfoGeneratorBuilder
-
Uses of JcaSignerInfoGeneratorBuilder in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return JcaSignerInfoGeneratorBuilderModifier and TypeMethodDescriptionJcaSignerInfoGeneratorBuilder.setContentDigest(AlgorithmIdentifier contentDigest) 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.setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen) JcaSignerInfoGeneratorBuilder.setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen)