public class

JcePasswordRecipientInfoGenerator

extends PasswordRecipientInfoGenerator
java.lang.Object
   ↳ org.bouncycastle.cms.PasswordRecipientInfoGenerator
     ↳ org.bouncycastle.cms.jcajce.JcePasswordRecipientInfoGenerator

Summary

Public Constructors
JcePasswordRecipientInfoGenerator(ASN1ObjectIdentifier kekAlgorithm, char[] password)
Public Methods
byte[] generateEncryptedBytes(AlgorithmIdentifier keyEncryptionAlgorithm, byte[] derivedKey, GenericKey contentEncryptionKey)
JcePasswordRecipientInfoGenerator setProvider(String providerName)
JcePasswordRecipientInfoGenerator setProvider(Provider provider)
[Expand]
Inherited Methods
From class org.bouncycastle.cms.PasswordRecipientInfoGenerator
From class java.lang.Object
From interface org.bouncycastle.cms.RecipientInfoGenerator

Public Constructors

public JcePasswordRecipientInfoGenerator (ASN1ObjectIdentifier kekAlgorithm, char[] password)

Public Methods

public byte[] generateEncryptedBytes (AlgorithmIdentifier keyEncryptionAlgorithm, byte[] derivedKey, GenericKey contentEncryptionKey)

Throws
CMSException

public JcePasswordRecipientInfoGenerator setProvider (String providerName)

public JcePasswordRecipientInfoGenerator setProvider (Provider provider)