Bouncy Castle Cryptography 1.46

org.bouncycastle.cms.bc
Class BcRSAKeyTransRecipientInfoGenerator

java.lang.Object
  extended by org.bouncycastle.cms.KeyTransRecipientInfoGenerator
      extended by org.bouncycastle.cms.bc.BcKeyTransRecipientInfoGenerator
          extended by org.bouncycastle.cms.bc.BcRSAKeyTransRecipientInfoGenerator
All Implemented Interfaces:
RecipientInfoGenerator

public class BcRSAKeyTransRecipientInfoGenerator
extends BcKeyTransRecipientInfoGenerator


Field Summary
 
Fields inherited from class org.bouncycastle.cms.KeyTransRecipientInfoGenerator
wrapper
 
Constructor Summary
BcRSAKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, AlgorithmIdentifier encAlgId, AsymmetricKeyParameter publicKey)
           
BcRSAKeyTransRecipientInfoGenerator(org.bouncycastle.cert.X509CertificateHolder recipientCert)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.cms.KeyTransRecipientInfoGenerator
generate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcRSAKeyTransRecipientInfoGenerator

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

BcRSAKeyTransRecipientInfoGenerator

public BcRSAKeyTransRecipientInfoGenerator(org.bouncycastle.cert.X509CertificateHolder recipientCert)
                                    throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography 1.46