Package org.bouncycastle.cms
Interface RecipientInfoGenerator
-
- All Known Implementing Classes:
BcKEKRecipientInfoGenerator,BcKeyTransRecipientInfoGenerator,BcPasswordRecipientInfoGenerator,BcRSAKeyTransRecipientInfoGenerator,JceKEKRecipientInfoGenerator,JceKeyAgreeRecipientInfoGenerator,JceKeyTransRecipientInfoGenerator,JceKTSKeyTransRecipientInfoGenerator,JcePasswordRecipientInfoGenerator,KEKRecipientInfoGenerator,KeyAgreeRecipientInfoGenerator,KeyTransRecipientInfoGenerator,PasswordRecipientInfoGenerator
public interface RecipientInfoGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.bouncycastle.asn1.cms.RecipientInfogenerate(GenericKey contentEncryptionKey)
-
-
-
Method Detail
-
generate
org.bouncycastle.asn1.cms.RecipientInfo generate(GenericKey contentEncryptionKey) throws CMSException
- Throws:
CMSException
-
-