org.bouncycastle.cms

Class SimpleAttributeTableGenerator

Implemented Interfaces:
CMSAttributeTableGenerator

public class SimpleAttributeTableGenerator
extends java.lang.Object
implements CMSAttributeTableGenerator

Basic generator that just returns a preconstructed attribute table

Fields inherited from interface org.bouncycastle.cms.CMSAttributeTableGenerator

CONTENT_TYPE, DIGEST, DIGEST_ALGORITHM_IDENTIFIER, SIGNATURE

Constructor Summary

SimpleAttributeTableGenerator(AttributeTable attributes)

Method Summary

AttributeTable
getAttributes(Map parameters)

Constructor Details

SimpleAttributeTableGenerator

public SimpleAttributeTableGenerator(AttributeTable attributes)

Method Details

getAttributes

public AttributeTable getAttributes(Map parameters)
Specified by:
getAttributes in interface CMSAttributeTableGenerator