Bouncy Castle Cryptography 1.46

org.bouncycastle.cms.jcajce
Class JceKeyAgreeAuthenticatedRecipient

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

public class JceKeyAgreeAuthenticatedRecipient
extends JceKeyAgreeRecipient


Field Summary
 
Fields inherited from class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
contentHelper, helper
 
Constructor Summary
JceKeyAgreeAuthenticatedRecipient(java.security.PrivateKey recipientKey)
           
 
Method Summary
 RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentMacAlgorithm, 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

JceKeyAgreeAuthenticatedRecipient

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

getRecipientOperator

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

Bouncy Castle Cryptography 1.46