Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cms
Class CMSEncryptedGenerator

java.lang.Object
  |
  +--org.bouncycastle.cms.CMSEncryptedGenerator
Direct Known Subclasses:
CMSEncryptedDataGenerator

public class CMSEncryptedGenerator
extends java.lang.Object

General class for generating a CMS encrypted-data message.


Field Summary
protected  CMSAttributeTableGenerator unprotectedAttributeGenerator
           
 
Constructor Summary
protected CMSEncryptedGenerator()
          base constructor
 
Method Summary
 void setUnprotectedAttributeGenerator(CMSAttributeTableGenerator unprotectedAttributeGenerator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unprotectedAttributeGenerator

protected CMSAttributeTableGenerator unprotectedAttributeGenerator
Constructor Detail

CMSEncryptedGenerator

protected CMSEncryptedGenerator()
base constructor
Method Detail

setUnprotectedAttributeGenerator

public void setUnprotectedAttributeGenerator(CMSAttributeTableGenerator unprotectedAttributeGenerator)

Bouncy Castle Cryptography Library 1.79