Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cms
Interface KEKRecipient

All Superinterfaces:
Recipient
All Known Implementing Classes:
BcKEKRecipient, JceKEKRecipient

public interface KEKRecipient
extends Recipient


Method Summary
 RecipientOperator getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncAlg, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentKey)
           
 

Method Detail

getRecipientOperator

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

Bouncy Castle Cryptography Library 1.79