C# Class Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataList

A holder for a list of PGP encryption method packets.
Inheritance: PgpObject
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Private Properties

Свойство Type Description
Get object

Méthodes publiques

Méthode Description
GetEncryptedDataObjects ( ) : IEnumerable
PgpEncryptedDataList ( BcpgInputStream bcpgInput ) : System
this ( int index ) : PgpEncryptedData

Private Methods

Méthode Description
Get ( int index ) : object

Method Details

GetEncryptedDataObjects() public méthode

public GetEncryptedDataObjects ( ) : IEnumerable
Résultat IEnumerable

PgpEncryptedDataList() public méthode

public PgpEncryptedDataList ( BcpgInputStream bcpgInput ) : System
bcpgInput BcpgInputStream
Résultat System

this() public méthode

public this ( int index ) : PgpEncryptedData
index int
Résultat PgpEncryptedData