public class DefaultAuthenticatedAttributeTableGenerator extends Object implements CMSAttributeTableGenerator
CONTENT_TYPE, DIGEST, DIGEST_ALGORITHM_IDENTIFIER, SIGNATURE| Constructor and Description |
|---|
DefaultAuthenticatedAttributeTableGenerator()
Initialise to use all defaults
|
DefaultAuthenticatedAttributeTableGenerator(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 and messageDigest.
|
AttributeTable |
getAttributes(Map parameters) |
public DefaultAuthenticatedAttributeTableGenerator()
public DefaultAuthenticatedAttributeTableGenerator(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 CMSAttributeTableGeneratorparameters - source parametersCopyright © 2015. All rights reserved.