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

A list of PGP signatures - normally in the signature block after literal data.
Inheritance: PgpObject
Show file Open project: nonorganic/dssnet Class Usage Examples

Private Properties

Property Type Description
Get PgpSignature

Public Methods

Method Description
PgpSignatureList ( PgpSignature sigs ) : System
this ( int index ) : PgpSignature

Private Methods

Method Description
Get ( int index ) : PgpSignature

Method Details

PgpSignatureList() public method

public PgpSignatureList ( PgpSignature sigs ) : System
sigs PgpSignature
return System

this() public method

public this ( int index ) : PgpSignature
index int
return PgpSignature