Bouncy Castle Cryptography Library 1.81

org.bouncycastle.cms.bc
Class BcKeyTransRecipientInfoGenerator

java.lang.Object
  extended byorg.bouncycastle.cms.KeyTransRecipientInfoGenerator
      extended byorg.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, BcAsymmetricKeyWrapper wrapper)
           
BcKeyTransRecipientInfoGenerator(X509CertificateHolder recipientCert, BcAsymmetricKeyWrapper wrapper)
           
 
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(X509CertificateHolder recipientCert,
                                        BcAsymmetricKeyWrapper wrapper)

BcKeyTransRecipientInfoGenerator

public BcKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier,
                                        BcAsymmetricKeyWrapper wrapper)

Bouncy Castle Cryptography Library 1.81