|
Bouncy Castle Cryptography 1.46 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.cms.DefaultSignedAttributeTableGenerator
public class DefaultSignedAttributeTableGenerator
Default signed attributes generator.
| Field Summary |
|---|
| Fields inherited from interface org.bouncycastle.cms.CMSAttributeTableGenerator |
|---|
CONTENT_TYPE, DIGEST, DIGEST_ALGORITHM_IDENTIFIER, SIGNATURE |
| Constructor Summary | |
|---|---|
DefaultSignedAttributeTableGenerator()
Initialise to use all defaults |
|
DefaultSignedAttributeTableGenerator(AttributeTable attributeTable)
Initialise with some extra attributes or overrides. |
|
| Method Summary | |
|---|---|
protected java.util.Hashtable |
createStandardAttributeTable(java.util.Map parameters)
Create a standard attribute table from the passed in parameters - this will normally include contentType, signingTime, and messageDigest. |
AttributeTable |
getAttributes(java.util.Map parameters)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSignedAttributeTableGenerator()
public DefaultSignedAttributeTableGenerator(AttributeTable attributeTable)
attributeTable - initial attribute table to use.| Method Detail |
|---|
protected java.util.Hashtable createStandardAttributeTable(java.util.Map parameters)
parameters - source parameters for table generation.
public AttributeTable getAttributes(java.util.Map parameters)
getAttributes in interface CMSAttributeTableGeneratorparameters - source parameters
|
Bouncy Castle Cryptography 1.46 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||