Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cms
Class SimpleAttributeTableGenerator

java.lang.Object
  |
  +--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


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

getAttributes

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

Bouncy Castle Cryptography Library 1.79