KeyTransRecipient
, Recipient
public class BcRSAKeyTransEnvelopedRecipient extends BcKeyTransRecipient
Constructor | Description |
---|---|
BcRSAKeyTransEnvelopedRecipient(org.bouncycastle.crypto.params.AsymmetricKeyParameter key) |
Modifier and Type | Method | Description |
---|---|---|
RecipientOperator |
getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm,
org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm,
byte[] encryptedContentEncryptionKey) |
extractSecretKey
public BcRSAKeyTransEnvelopedRecipient(org.bouncycastle.crypto.params.AsymmetricKeyParameter key)
public RecipientOperator getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey) throws CMSException
CMSException