public class DefaultSignedAttributeTableGenerator extends Object implements CMSAttributeTableGenerator
CONTENT_TYPE, DIGEST, DIGEST_ALGORITHM_IDENTIFIER, SIGNATURE
Constructor and Description |
---|
DefaultSignedAttributeTableGenerator()
Initialise to use all defaults
|
DefaultSignedAttributeTableGenerator(AttributeTable attributeTable)
Initialise with some extra attributes or overrides.
|
Modifier and Type | Method and Description |
---|---|
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) |
public DefaultSignedAttributeTableGenerator()
public DefaultSignedAttributeTableGenerator(AttributeTable attributeTable)
attributeTable
- initial attribute table to use.protected Hashtable createStandardAttributeTable(Map parameters)
parameters
- source parameters for table generation.public AttributeTable getAttributes(Map parameters)
getAttributes
in interface CMSAttributeTableGenerator
parameters
- source parametersCopyright © 2015. All rights reserved.