Class JceKeyAgreeAuthenticatedRecipient

java.lang.Object
org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
org.bouncycastle.cms.jcajce.JceKeyAgreeAuthenticatedRecipient
All Implemented Interfaces:
KeyAgreeRecipient, Recipient

public class JceKeyAgreeAuthenticatedRecipient extends JceKeyAgreeRecipient
  • Constructor Details

    • JceKeyAgreeAuthenticatedRecipient

      public JceKeyAgreeAuthenticatedRecipient(PrivateKey recipientKey)
  • Method Details

    • getRecipientOperator

      public RecipientOperator getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentMacAlgorithm, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo senderPublicKey, org.bouncycastle.asn1.ASN1OctetString userKeyingMaterial, byte[] encryptedContentKey) throws CMSException
      Throws:
      CMSException