File
Doc
Category
Size
Date
Package
SimpleAttributeTableGenerator.java
API Doc
Bouncy Castle Crypto API 1.41 (Java 1.5)
540
Wed Oct 01 10:55:28 BST 2008
org.bouncycastle.cms
SimpleAttributeTableGenerator
java.lang.Object
public class SimpleAttributeTableGenerator extends Object implements CMSAttributeTableGenerator
Basic generator that just returns a preconstructed attribute table
Fields Summary
private final org.bouncycastle.asn1.cms.AttributeTable
attributes
Constructors Summary
public SimpleAttributeTableGenerator
(
org.bouncycastle.asn1.cms.AttributeTable
attributes)
this.attributes = attributes;
Methods Summary
public
org.bouncycastle.asn1.cms.AttributeTable
getAttributes
(
java.util.Map
parameters)
return attributes;
Java Code Source