Bouncy Castle Cryptography 1.46

org.bouncycastle.cms
Class SimpleAttributeTableGenerator

java.lang.Object
  extended by org.bouncycastle.cms.SimpleAttributeTableGenerator
All Implemented Interfaces:
CMSAttributeTableGenerator

public class SimpleAttributeTableGenerator
extends java.lang.Object
implements CMSAttributeTableGenerator

Basic generator that just returns a preconstructed attribute table


Field Summary
 
Fields inherited from interface org.bouncycastle.cms.CMSAttributeTableGenerator
CONTENT_TYPE, DIGEST, DIGEST_ALGORITHM_IDENTIFIER, SIGNATURE
 
Constructor Summary
SimpleAttributeTableGenerator(AttributeTable attributes)
           
 
Method Summary
 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

SimpleAttributeTableGenerator

public SimpleAttributeTableGenerator(AttributeTable attributes)
Method Detail

getAttributes

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

Bouncy Castle Cryptography 1.46