Class JcePasswordAuthenticatedRecipient

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

public class JcePasswordAuthenticatedRecipient extends JcePasswordRecipient
  • Constructor Details

    • JcePasswordAuthenticatedRecipient

      public JcePasswordAuthenticatedRecipient(char[] password)
  • Method Details

    • getRecipientOperator

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