org.bouncycastle.cms
public class DefaultSignedAttributeTableGenerator extends Object implements CMSAttributeTableGenerator
| Constructor Summary | |
|---|---|
| DefaultSignedAttributeTableGenerator()
Initialise to use all defaults | |
| DefaultSignedAttributeTableGenerator(AttributeTable attributeTable)
Initialise with some extra attributes or overrides.
| |
| Method Summary | |
|---|---|
| protected Hashtable | createStandardAttributeTable(Map parameters)
Create a standard attribute table from the passed in parameters - this will
normally include contentType, signingTime, and messageDigest. |
| AttributeTable | getAttributes(Map parameters) |
Parameters: attributeTable initial attribute table to use.
Parameters: parameters source parameters for table generation.
Returns: a filled in Hashtable of attributes.
Parameters: parameters source parameters
Returns: the populated attribute table