Package org.bouncycastle.cms.bc
Class BcKEKEnvelopedRecipient
java.lang.Object
org.bouncycastle.cms.bc.BcKEKRecipient
org.bouncycastle.cms.bc.BcKEKEnvelopedRecipient
- All Implemented Interfaces:
KEKRecipient
,Recipient
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRecipientOperator
(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey) Methods inherited from class org.bouncycastle.cms.bc.BcKEKRecipient
extractSecretKey
-
Constructor Details
-
BcKEKEnvelopedRecipient
-
-
Method Details
-
getRecipientOperator
public RecipientOperator getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey) throws CMSException - Throws:
CMSException
-