public class

JcePasswordAuthenticatedRecipient

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

Summary

[Expand]
Inherited Constants
From interface org.bouncycastle.cms.PasswordRecipient
[Expand]
Inherited Fields
From class org.bouncycastle.cms.jcajce.JcePasswordRecipient
Public Constructors
JcePasswordAuthenticatedRecipient(char[] password)
Public Methods
RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentMacAlgorithm, 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 JcePasswordAuthenticatedRecipient (char[] password)

Public Methods

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

Throws
CMSException