Bouncy Castle Cryptography Library 1.46

org.bouncycastle.cms
Interface KeyTransRecipient

All Superinterfaces:
Recipient
All Known Implementing Classes:
JceKeyTransAuthenticatedRecipient, JceKeyTransEnvelopedRecipient, JceKeyTransRecipient

public interface KeyTransRecipient
extends Recipient


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

Method Detail

getRecipientOperator

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

Bouncy Castle Cryptography Library 1.46