Class JceKTSKeyTransAuthenticatedRecipient

java.lang.Object
org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipient
org.bouncycastle.cms.jcajce.JceKTSKeyTransAuthenticatedRecipient
All Implemented Interfaces:
KeyTransRecipient, Recipient

public class JceKTSKeyTransAuthenticatedRecipient extends JceKTSKeyTransRecipient
the KeyTransRecipient class for a recipient who has been sent secret key material encrypted using their public key that needs to be used to derive a key and authenticate a message.
  • Constructor Details

  • Method Details

    • getRecipientOperator

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