Class JceKeyTransEnvelopedRecipient

java.lang.Object
org.bouncycastle.cms.jcajce.JceKeyTransRecipient
org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient
All Implemented Interfaces:
KeyTransRecipient, Recipient

public class JceKeyTransEnvelopedRecipient extends JceKeyTransRecipient
  • Constructor Details

    • JceKeyTransEnvelopedRecipient

      public JceKeyTransEnvelopedRecipient(PrivateKey recipientKey)
  • Method Details

    • getRecipientOperator

      public RecipientOperator getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey) throws CMSException
      Throws:
      CMSException