Bouncy Castle Cryptography Library 1.81

org.bouncycastle.cms
Interface RecipientInfoGenerator

All Known Implementing Classes:
KEKRecipientInfoGenerator, KEMRecipientInfoGenerator, KeyAgreeRecipientInfoGenerator, 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
Throws:
CMSException

Bouncy Castle Cryptography Library 1.81