Bouncy Castle Cryptography Library 1.46

org.bouncycastle.cms
Interface RecipientInfoGenerator

All Known Implementing Classes:
BcKeyTransRecipientInfoGenerator, BcRSAKeyTransRecipientInfoGenerator, JceKEKRecipientInfoGenerator, JceKeyAgreeRecipientInfoGenerator, JceKeyTransRecipientInfoGenerator, JcePasswordRecipientInfoGenerator, KEKRecipientInfoGenerator, KeyAgreeRecipientInfoGenerator, KeyTransRecipientInfoGenerator, PasswordRecipientInfoGenerator

public interface RecipientInfoGenerator


Method Summary
 org.bouncycastle.asn1.cms.RecipientInfo generate(GenericKey contentEncryptionKey)
           
 

Method Detail

generate

org.bouncycastle.asn1.cms.RecipientInfo generate(GenericKey contentEncryptionKey)
                                                 throws CMSException
Throws:
CMSException

Bouncy Castle Cryptography Library 1.46