Bouncy Castle Cryptography 1.71

org.bouncycastle.cms.bc
Class BcKEKEnvelopedRecipient

java.lang.Object
  |
  +--org.bouncycastle.cms.bc.BcKEKRecipient
        |
        +--org.bouncycastle.cms.bc.BcKEKEnvelopedRecipient

public class BcKEKEnvelopedRecipient
extends BcKEKRecipient


Constructor Summary
BcKEKEnvelopedRecipient(org.bouncycastle.operator.bc.BcSymmetricKeyUnwrapper unwrapper)
           
 
Method Summary
 RecipientOperator getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey)
           
 
Methods inherited from class org.bouncycastle.cms.bc.BcKEKRecipient
extractSecretKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcKEKEnvelopedRecipient

public BcKEKEnvelopedRecipient(org.bouncycastle.operator.bc.BcSymmetricKeyUnwrapper unwrapper)
Method Detail

getRecipientOperator

public RecipientOperator getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm,
                                              org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm,
                                              byte[] encryptedContentEncryptionKey)
                                       throws CMSException

Bouncy Castle Cryptography 1.71