public class

JceKeyTransEnvelopedRecipient

extends JceKeyTransRecipient
java.lang.Object
   ↳ org.bouncycastle.cms.jcajce.JceKeyTransRecipient
     ↳ org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient

Summary

[Expand]
Inherited Fields
From class org.bouncycastle.cms.jcajce.JceKeyTransRecipient
Public Constructors
JceKeyTransEnvelopedRecipient(PrivateKey recipientKey)
Public Methods
RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey)
[Expand]
Inherited Methods
From class org.bouncycastle.cms.jcajce.JceKeyTransRecipient
From class java.lang.Object
From interface org.bouncycastle.cms.KeyTransRecipient

Public Constructors

public JceKeyTransEnvelopedRecipient (PrivateKey recipientKey)

Public Methods

public RecipientOperator getRecipientOperator (AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey)

Throws
CMSException