C# 클래스 Org.BouncyCastle.Bcpg.PublicKeyPacket

Basic packet for a PGP public key.
상속: ContainedPacket
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Encode ( BcpgOutputStream bcpgOut ) : void
GetEncodedContents ( ) : byte[]
GetTime ( ) : System.DateTime
PublicKeyPacket ( PublicKeyAlgorithmTag algorithm, System.DateTime time, IBcpgKey key ) : System

Construct a version 4 public key packet.

비공개 메소드들

메소드 설명
PublicKeyPacket ( BcpgInputStream bcpgIn ) : System

메소드 상세

Encode() 공개 메소드

public Encode ( BcpgOutputStream bcpgOut ) : void
bcpgOut BcpgOutputStream
리턴 void

GetEncodedContents() 공개 메소드

public GetEncodedContents ( ) : byte[]
리턴 byte[]

GetTime() 공개 메소드

public GetTime ( ) : System.DateTime
리턴 System.DateTime

PublicKeyPacket() 공개 메소드

Construct a version 4 public key packet.
public PublicKeyPacket ( PublicKeyAlgorithmTag algorithm, System.DateTime time, IBcpgKey key ) : System
algorithm PublicKeyAlgorithmTag
time System.DateTime
key IBcpgKey
리턴 System