Class CmsKeyTransRecipientInfoGenerator
- Namespace
- Enterprises.Org.BouncyCastle.Operators
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class CmsKeyTransRecipientInfoGenerator : KeyTransRecipientInfoGenerator, IRecipientInfoGenerator
- Inheritance
-
CmsKeyTransRecipientInfoGenerator
- Implements
-
- Inherited Members
-
Constructors
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
Properties
AlgorithmDetails
protected override AlgorithmIdentifier AlgorithmDetails { get; }
Property Value
- AlgorithmIdentifier
Methods
GenerateWrappedKey(KeyParameter)
protected override byte[] GenerateWrappedKey(KeyParameter contentKey)
Parameters
contentKey
KeyParameter
Returns
- byte[]