Bouncy Castle Cryptography 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
 RecipientInfo generate(org.bouncycastle.operator.GenericKey contentEncryptionKey)
           
 

Method Detail

generate

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

Bouncy Castle Cryptography 1.46