Uses of Class
org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder
-
Packages that use JcaSimpleSignerInfoGeneratorBuilder 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 JcaSimpleSignerInfoGeneratorBuilder in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return JcaSimpleSignerInfoGeneratorBuilder Modifier and Type Method Description JcaSimpleSignerInfoGeneratorBuilder
JcaSimpleSignerInfoGeneratorBuilder. 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.JcaSimpleSignerInfoGeneratorBuilder
JcaSimpleSignerInfoGeneratorBuilder. setProvider(String providerName)
JcaSimpleSignerInfoGeneratorBuilder
JcaSimpleSignerInfoGeneratorBuilder. setProvider(Provider provider)
JcaSimpleSignerInfoGeneratorBuilder
JcaSimpleSignerInfoGeneratorBuilder. setSignedAttributeGenerator(org.bouncycastle.asn1.cms.AttributeTable attrTable)
set up a DefaultSignedAttributeTableGenerator primed with the passed in AttributeTable.JcaSimpleSignerInfoGeneratorBuilder
JcaSimpleSignerInfoGeneratorBuilder. setSignedAttributeGenerator(CMSAttributeTableGenerator signedGen)
JcaSimpleSignerInfoGeneratorBuilder
JcaSimpleSignerInfoGeneratorBuilder. setUnsignedAttributeGenerator(CMSAttributeTableGenerator unsignedGen)
-