Bouncy Castle Cryptography 1.46

org.bouncycastle.cms.bc
Class BcKeyTransRecipientInfoGenerator

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

public abstract class BcKeyTransRecipientInfoGenerator
extends KeyTransRecipientInfoGenerator


Field Summary
 
Fields inherited from class org.bouncycastle.cms.KeyTransRecipientInfoGenerator
wrapper
 
Constructor Summary
BcKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper wrapper)
           
BcKeyTransRecipientInfoGenerator(org.bouncycastle.cert.X509CertificateHolder recipientCert, org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper wrapper)
           
 
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

BcKeyTransRecipientInfoGenerator

public BcKeyTransRecipientInfoGenerator(org.bouncycastle.cert.X509CertificateHolder recipientCert,
                                        org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper wrapper)

BcKeyTransRecipientInfoGenerator

public BcKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier,
                                        org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper wrapper)

Bouncy Castle Cryptography 1.46