Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cms.bc
Class BcKeyTransRecipientInfoGenerator

java.lang.Object
  |
  +--org.bouncycastle.cms.KeyTransRecipientInfoGenerator
        |
        +--org.bouncycastle.cms.bc.BcKeyTransRecipientInfoGenerator
All Implemented Interfaces:
RecipientInfoGenerator
Direct Known Subclasses:
BcRSAKeyTransRecipientInfoGenerator

public abstract class BcKeyTransRecipientInfoGenerator
extends KeyTransRecipientInfoGenerator


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.79