public class BcKEKEnvelopedRecipient extends BcKEKRecipient
| Constructor and Description |
|---|
BcKEKEnvelopedRecipient(org.bouncycastle.operator.bc.BcSymmetricKeyUnwrapper unwrapper) |
| Modifier and Type | Method and Description |
|---|---|
RecipientOperator |
getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm,
AlgorithmIdentifier contentEncryptionAlgorithm,
byte[] encryptedContentEncryptionKey) |
extractSecretKeypublic BcKEKEnvelopedRecipient(org.bouncycastle.operator.bc.BcSymmetricKeyUnwrapper unwrapper)
public RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey) throws CMSException
CMSException