Class JcePasswordEnvelopedRecipient

java.lang.Object
org.bouncycastle.cms.jcajce.JcePasswordRecipient
org.bouncycastle.cms.jcajce.JcePasswordEnvelopedRecipient
All Implemented Interfaces:
PasswordRecipient, Recipient

public class JcePasswordEnvelopedRecipient extends JcePasswordRecipient
  • Constructor Details

    • JcePasswordEnvelopedRecipient

      public JcePasswordEnvelopedRecipient(char[] password)
  • Method Details

    • getRecipientOperator

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