Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cms
Interface RecipientInfoGenerator

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

public interface RecipientInfoGenerator


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

Method Detail

generate

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

Bouncy Castle Cryptography Library 1.79