public class

BcRSAKeyTransRecipientInfoGenerator

extends BcKeyTransRecipientInfoGenerator
java.lang.Object
   ↳ org.bouncycastle.cms.KeyTransRecipientInfoGenerator
     ↳ org.bouncycastle.cms.bc.BcKeyTransRecipientInfoGenerator
       ↳ org.bouncycastle.cms.bc.BcRSAKeyTransRecipientInfoGenerator

Summary

[Expand]
Inherited Fields
From class org.bouncycastle.cms.KeyTransRecipientInfoGenerator
Public Constructors
BcRSAKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, AlgorithmIdentifier encAlgId, AsymmetricKeyParameter publicKey)
BcRSAKeyTransRecipientInfoGenerator(X509CertificateHolder recipientCert)
[Expand]
Inherited Methods
From class org.bouncycastle.cms.KeyTransRecipientInfoGenerator
From class java.lang.Object
From interface org.bouncycastle.cms.RecipientInfoGenerator

Public Constructors

public BcRSAKeyTransRecipientInfoGenerator (byte[] subjectKeyIdentifier, AlgorithmIdentifier encAlgId, AsymmetricKeyParameter publicKey)

public BcRSAKeyTransRecipientInfoGenerator (X509CertificateHolder recipientCert)

Throws
IOException