Table of Contents

Class PgpEncryptedDataList

Namespace
Org.BouncyCastle.Bcpg.OpenPgp
Assembly
BouncyCastle.Cryptography.dll
public class PgpEncryptedDataList : PgpObject
Inheritance
PgpEncryptedDataList
Inherited Members

Remarks

A holder for a list of PGP encryption method packets.

Constructors

PgpEncryptedDataList(BcpgInputStream)

public PgpEncryptedDataList(BcpgInputStream bcpgInput)

Parameters

bcpgInput BcpgInputStream

Properties

Count

public int Count { get; }

Property Value

int

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

this[int]

public PgpEncryptedData this[int index] { get; }

Parameters

index int

Property Value

PgpEncryptedData

Methods

GetEncryptedDataObjects()

public IEnumerable<PgpEncryptedData> GetEncryptedDataObjects()

Returns

IEnumerable<PgpEncryptedData>