Class JceKeyTransAuthenticatedRecipient

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

public class JceKeyTransAuthenticatedRecipient extends JceKeyTransRecipient
the KeyTransRecipientInformation class for a recipient who has been sent a secret key encrypted using their public key that needs to be used to extract the message.
  • Constructor Details

    • JceKeyTransAuthenticatedRecipient

      public JceKeyTransAuthenticatedRecipient(PrivateKey recipientKey)
  • Method Details

    • getRecipientOperator

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