Bouncy Castle Cryptography 1.69

org.bouncycastle.cms
Interface RecipientInfoGenerator

All Known Implementing Classes:
KeyAgreeRecipientInfoGenerator, PasswordRecipientInfoGenerator, KEKRecipientInfoGenerator, KeyTransRecipientInfoGenerator

public interface RecipientInfoGenerator


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

Method Detail

generate

public org.bouncycastle.asn1.cms.RecipientInfo generate(org.bouncycastle.operator.GenericKey contentEncryptionKey)
                                                 throws CMSException

Bouncy Castle Cryptography 1.69