Class RecipientInformation
- Namespace
- Enterprises.Org.BouncyCastle.Cms
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public abstract class RecipientInformation
- Inheritance
-
RecipientInformation
- Derived
-
- Inherited Members
-
Properties
public string KeyEncryptionAlgOid { get; }
Property Value
- string
public Asn1Object KeyEncryptionAlgParams { get; }
Property Value
- Asn1Object
public AlgorithmIdentifier KeyEncryptionAlgorithmID { get; }
Property Value
- AlgorithmIdentifier
public RecipientID RecipientID { get; }
Property Value
- RecipientID
Methods
GetContent(ICipherParameters)
public byte[] GetContent(ICipherParameters key)
Parameters
key
ICipherParameters
Returns
- byte[]
GetContentStream(ICipherParameters)
public abstract CmsTypedStream GetContentStream(ICipherParameters key)
Parameters
key
ICipherParameters
Returns
- CmsTypedStream
Returns
- byte[]