Table of Contents

Class CmsKeyTransRecipientInfoGenerator

Namespace
Org.BouncyCastle.Operators
Assembly
BouncyCastle.Cryptography.dll
public class CmsKeyTransRecipientInfoGenerator : KeyTransRecipientInfoGenerator, RecipientInfoGenerator
Inheritance
CmsKeyTransRecipientInfoGenerator
Implements
Inherited Members

Constructors

CmsKeyTransRecipientInfoGenerator(IssuerAndSerialNumber, IKeyWrapper)

public CmsKeyTransRecipientInfoGenerator(IssuerAndSerialNumber issuerAndSerial, IKeyWrapper keyWrapper)

Parameters

issuerAndSerial IssuerAndSerialNumber
keyWrapper IKeyWrapper

CmsKeyTransRecipientInfoGenerator(X509Certificate, IKeyWrapper)

public CmsKeyTransRecipientInfoGenerator(X509Certificate recipCert, IKeyWrapper keyWrapper)

Parameters

recipCert X509Certificate
keyWrapper IKeyWrapper

CmsKeyTransRecipientInfoGenerator(byte[], IKeyWrapper)

public CmsKeyTransRecipientInfoGenerator(byte[] subjectKeyID, IKeyWrapper keyWrapper)

Parameters

subjectKeyID byte[]
keyWrapper IKeyWrapper