| java.lang.Object | |
| ↳ | org.bouncycastle.cms.DefaultAuthenticatedAttributeTableGenerator |
Default authenticated attributes generator.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.bouncycastle.cms.CMSAttributeTableGenerator
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Initialise to use all defaults
| |||||||||||
Initialise with some extra attributes or overrides.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a standard attribute table from the passed in parameters - this will
normally include contentType and messageDigest.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.bouncycastle.cms.CMSAttributeTableGenerator
| |||||||||||
Initialise to use all defaults
Initialise with some extra attributes or overrides.
| attributeTable | initial attribute table to use. |
|---|
| parameters | source parameters |
|---|
Create a standard attribute table from the passed in parameters - this will normally include contentType and messageDigest. If the constructor using an AttributeTable was used, entries in it for contentType and messageDigest will override the generated ones.
| parameters | source parameters for table generation. |
|---|