Package 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
Constructors Constructor Description BcKEKEnvelopedRecipient(BcSymmetricKeyUnwrapper unwrapper) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientOperatorgetRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey)- 
Methods inherited from class org.bouncycastle.cms.bc.BcKEKRecipient
extractSecretKey 
 - 
 
 - 
 
- 
- 
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
- Throws:
 CMSException
 
 - 
 
 -