Package org.bouncycastle.cms
Interface KeyTransRecipient
- All Superinterfaces:
Recipient
- All Known Implementing Classes:
BcKeyTransRecipient,BcRSAKeyTransEnvelopedRecipient,JceKeyTransAuthenticatedRecipient,JceKeyTransAuthEnvelopedRecipient,JceKeyTransEnvelopedRecipient,JceKeyTransRecipient,JceKTSKeyTransAuthenticatedRecipient,JceKTSKeyTransEnvelopedRecipient,JceKTSKeyTransRecipient
-
Method Summary
Modifier and TypeMethodDescriptiongetRecipientOperator(AlgorithmIdentifier keyEncAlg, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentKey)
-
Method Details
-
getRecipientOperator
RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncAlg, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentKey) throws CMSException - Throws:
CMSException
-