public class

JcePasswordEnvelopedRecipient

extends JcePasswordRecipient
java.lang.Object
   ↳ org.bouncycastle.cms.jcajce.JcePasswordRecipient
     ↳ org.bouncycastle.cms.jcajce.JcePasswordEnvelopedRecipient

Summary

[Expand]
Inherited Constants
From interface org.bouncycastle.cms.PasswordRecipient
[Expand]
Inherited Fields
From class org.bouncycastle.cms.jcajce.JcePasswordRecipient
Public Constructors
JcePasswordEnvelopedRecipient(char[] password)
Public Methods
RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] derivedKey, byte[] encryptedContentEncryptionKey)
[Expand]
Inherited Methods
From class org.bouncycastle.cms.jcajce.JcePasswordRecipient
From class java.lang.Object
From interface org.bouncycastle.cms.PasswordRecipient

Public Constructors

public JcePasswordEnvelopedRecipient (char[] password)

Public Methods

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

Throws
CMSException