Bouncy Castle Cryptography 1.46

org.bouncycastle.cms
Interface KEKRecipient

All Superinterfaces:
Recipient
All Known Implementing Classes:
JceKEKAuthenticatedRecipient, JceKEKEnvelopedRecipient, JceKEKRecipient

public interface KEKRecipient
extends Recipient


Method Summary
 RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncAlg, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentKey)
           
 

Method Detail

getRecipientOperator

RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncAlg,
                                       AlgorithmIdentifier contentEncryptionAlgorithm,
                                       byte[] encryptedContentKey)
                                       throws CMSException
Throws:
CMSException

Bouncy Castle Cryptography 1.46