public class

JceKeyAgreeEnvelopedRecipient

extends JceKeyAgreeRecipient
java.lang.Object
   ↳ org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
     ↳ org.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipient

Summary

[Expand]
Inherited Fields
From class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
Public Constructors
JceKeyAgreeEnvelopedRecipient(PrivateKey recipientKey)
Public Methods
RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, SubjectPublicKeyInfo senderPublicKey, ASN1OctetString userKeyingMaterial, byte[] encryptedContentKey)
[Expand]
Inherited Methods
From class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
From class java.lang.Object
From interface org.bouncycastle.cms.KeyAgreeRecipient

Public Constructors

public JceKeyAgreeEnvelopedRecipient (PrivateKey recipientKey)

Public Methods

public RecipientOperator getRecipientOperator (AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, SubjectPublicKeyInfo senderPublicKey, ASN1OctetString userKeyingMaterial, byte[] encryptedContentKey)

Throws
CMSException