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
bcpgInputBcpgInputStream
Properties
Count
public int Count { get; }
Property Value
IsEmpty
public bool IsEmpty { get; }
Property Value
this[int]
public PgpEncryptedData this[int index] { get; }
Parameters
indexint
Property Value
Methods
GetEncryptedDataObjects()
public IEnumerable<PgpEncryptedData> GetEncryptedDataObjects()