Package | Description |
---|---|
org.bouncycastle.cms |
Modifier and Type | Method and 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.
|