Table of Contents

Class EncryptedData

Namespace
Enterprises.Org.BouncyCastle.Asn1.Cms
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class EncryptedData : Asn1Encodable, IAsn1Convertible
Inheritance
EncryptedData
Implements
Inherited Members

Constructors

EncryptedData(EncryptedContentInfo)

public EncryptedData(EncryptedContentInfo encInfo)

Parameters

encInfo EncryptedContentInfo

EncryptedData(EncryptedContentInfo, Asn1Set)

public EncryptedData(EncryptedContentInfo encInfo, Asn1Set unprotectedAttrs)

Parameters

encInfo EncryptedContentInfo
unprotectedAttrs Asn1Set

Properties

EncryptedContentInfo

public virtual EncryptedContentInfo EncryptedContentInfo { get; }

Property Value

EncryptedContentInfo

UnprotectedAttrs

public virtual Asn1Set UnprotectedAttrs { get; }

Property Value

Asn1Set

Version

public virtual DerInteger Version { get; }

Property Value

DerInteger

Methods

GetInstance(object)

public static EncryptedData GetInstance(object obj)

Parameters

obj object

Returns

EncryptedData

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object