Package org.bouncycastle.cms
Interface KEKRecipient
- 
- All Superinterfaces:
 Recipient
- All Known Implementing Classes:
 BcKEKEnvelopedRecipient,BcKEKRecipient,JceKEKAuthenticatedRecipient,JceKEKEnvelopedRecipient,JceKEKRecipient
public interface KEKRecipient extends Recipient
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecipientOperatorgetRecipientOperator(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
 
 - 
 
 -