Class JceKEMEnvelopedRecipient

java.lang.Object
org.bouncycastle.cms.jcajce.JceKEMRecipient
org.bouncycastle.cms.jcajce.JceKEMEnvelopedRecipient
All Implemented Interfaces:
KEMRecipient, Recipient

public class JceKEMEnvelopedRecipient extends JceKEMRecipient
  • Constructor Details

    • JceKEMEnvelopedRecipient

      public JceKEMEnvelopedRecipient(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