Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cms.bc
Class BcKEKEnvelopedRecipient

java.lang.Object
  |
  +--org.bouncycastle.cms.bc.BcKEKRecipient
        |
        +--org.bouncycastle.cms.bc.BcKEKEnvelopedRecipient
All Implemented Interfaces:
KEKRecipient, Recipient

public class BcKEKEnvelopedRecipient
extends BcKEKRecipient


Constructor Summary
BcKEKEnvelopedRecipient(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(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 Library 1.79