Package org.spongycastle.cms
Interface RecipientInfoGenerator
- All Known Implementing Classes:
BcKEKRecipientInfoGenerator,BcKeyTransRecipientInfoGenerator,BcPasswordRecipientInfoGenerator,BcRSAKeyTransRecipientInfoGenerator,JceKEKRecipientInfoGenerator,JceKEMRecipientInfoGenerator,JceKeyAgreeRecipientInfoGenerator,JceKeyTransRecipientInfoGenerator,JceKTSKeyTransRecipientInfoGenerator,JcePasswordRecipientInfoGenerator,KEKRecipientInfoGenerator,KEMRecipientInfoGenerator,KeyAgreeRecipientInfoGenerator,KeyTransRecipientInfoGenerator,PasswordRecipientInfoGenerator
public interface RecipientInfoGenerator
-
Method Summary
Modifier and TypeMethodDescriptionorg.spongycastle.asn1.cms.RecipientInfogenerate(GenericKey contentEncryptionKey)
-
Method Details
-
generate
org.spongycastle.asn1.cms.RecipientInfo generate(GenericKey contentEncryptionKey) throws CMSException - Throws:
CMSException
-