C# 클래스 Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataList

A holder for a list of PGP encryption method packets.
상속: PgpObject
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Get object

공개 메소드들

메소드 설명
GetEncryptedDataObjects ( ) : IEnumerable
PgpEncryptedDataList ( BcpgInputStream bcpgInput ) : System
this ( int index ) : PgpEncryptedData

비공개 메소드들

메소드 설명
Get ( int index ) : object

메소드 상세

GetEncryptedDataObjects() 공개 메소드

public GetEncryptedDataObjects ( ) : IEnumerable
리턴 IEnumerable

PgpEncryptedDataList() 공개 메소드

public PgpEncryptedDataList ( BcpgInputStream bcpgInput ) : System
bcpgInput BcpgInputStream
리턴 System

this() 공개 메소드

public this ( int index ) : PgpEncryptedData
index int
리턴 PgpEncryptedData