public class

JceKEKAuthenticatedRecipient

extends JceKEKRecipient
java.lang.Object
   ↳ org.bouncycastle.cms.jcajce.JceKEKRecipient
     ↳ org.bouncycastle.cms.jcajce.JceKEKAuthenticatedRecipient

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.JceKEKRecipient
Public Constructors
JceKEKAuthenticatedRecipient(SecretKey recipientKey)
Public Methods
RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentMacAlgorithm, byte[] encryptedContentEncryptionKey)
[Expand]
Inherited Methods
From class org.bouncycastle.cms.jcajce.JceKEKRecipient
From class java.lang.Object
From interface org.bouncycastle.cms.KEKRecipient

Public Constructors

public JceKEKAuthenticatedRecipient (SecretKey recipientKey)

Public Methods

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

Throws
CMSException