Bouncy Castle Cryptography 1.46

org.bouncycastle.cms.jcajce
Class JcePasswordEnvelopedRecipient

java.lang.Object
  extended by org.bouncycastle.cms.jcajce.JcePasswordRecipient
      extended by org.bouncycastle.cms.jcajce.JcePasswordEnvelopedRecipient
All Implemented Interfaces:
PasswordRecipient, Recipient

public class JcePasswordEnvelopedRecipient
extends JcePasswordRecipient


Field Summary
 
Fields inherited from class org.bouncycastle.cms.jcajce.JcePasswordRecipient
helper
 
Fields inherited from interface org.bouncycastle.cms.PasswordRecipient
PKCS5_SCHEME2, PKCS5_SCHEME2_UTF8
 
Constructor Summary
JcePasswordEnvelopedRecipient(char[] password)
           
 
Method Summary
 RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] derivedKey, byte[] encryptedContentEncryptionKey)
           
 
Methods inherited from class org.bouncycastle.cms.jcajce.JcePasswordRecipient
extractSecretKey, getPassword, getPasswordConversionScheme, setPasswordConversionScheme, setProvider, setProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcePasswordEnvelopedRecipient

public JcePasswordEnvelopedRecipient(char[] password)
Method Detail

getRecipientOperator

public RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm,
                                              AlgorithmIdentifier contentEncryptionAlgorithm,
                                              byte[] derivedKey,
                                              byte[] encryptedContentEncryptionKey)
                                       throws CMSException
Throws:
CMSException

Bouncy Castle Cryptography 1.46