Interface KeyTransRecipient

All Superinterfaces:
Recipient
All Known Implementing Classes:
BcKeyTransRecipient, BcRSAKeyTransEnvelopedRecipient, JceKeyTransAuthenticatedRecipient, JceKeyTransAuthEnvelopedRecipient, JceKeyTransEnvelopedRecipient, JceKeyTransRecipient, JceKTSKeyTransAuthenticatedRecipient, JceKTSKeyTransEnvelopedRecipient, JceKTSKeyTransRecipient

public interface KeyTransRecipient extends Recipient
  • Method Summary

    Modifier and Type
    Method
    Description
    getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncAlg, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentKey)
     
  • Method Details

    • getRecipientOperator

      RecipientOperator getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncAlg, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentKey) throws CMSException
      Throws:
      CMSException