public class

JceKeyTransAuthenticatedRecipient

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

Class Overview

the KeyTransRecipientInformation class for a recipient who has been sent a secret key encrypted using their public key that needs to be used to extract the message.

Summary

[Expand]
Inherited Fields
From class org.bouncycastle.cms.jcajce.JceKeyTransRecipient
Public Constructors
JceKeyTransAuthenticatedRecipient(PrivateKey recipientKey)
Public Methods
RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentMacAlgorithm, 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 JceKeyTransAuthenticatedRecipient (PrivateKey recipientKey)

Public Methods

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

Throws
CMSException