Bouncy Castle Cryptography 1.46

org.bouncycastle.cms.jcajce
Class JceKeyAgreeEnvelopedRecipient

java.lang.Object
  extended by org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
      extended by org.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipient
All Implemented Interfaces:
KeyAgreeRecipient, Recipient

public class JceKeyAgreeEnvelopedRecipient
extends JceKeyAgreeRecipient


Field Summary
 
Fields inherited from class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
contentHelper, helper
 
Constructor Summary
JceKeyAgreeEnvelopedRecipient(java.security.PrivateKey recipientKey)
           
 
Method Summary
 RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, SubjectPublicKeyInfo senderPublicKey, ASN1OctetString userKeyingMaterial, byte[] encryptedContentKey)
           
 
Methods inherited from class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
extractSecretKey, getPrivateKeyAlgorithmIdentifier, setContentProvider, setContentProvider, setProvider, setProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JceKeyAgreeEnvelopedRecipient

public JceKeyAgreeEnvelopedRecipient(java.security.PrivateKey recipientKey)
Method Detail

getRecipientOperator

public RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm,
                                              AlgorithmIdentifier contentEncryptionAlgorithm,
                                              SubjectPublicKeyInfo senderPublicKey,
                                              ASN1OctetString userKeyingMaterial,
                                              byte[] encryptedContentKey)
                                       throws CMSException
Throws:
CMSException

Bouncy Castle Cryptography 1.46