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

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

공개 메소드들

메소드 설명
Encode ( BcpgOutputStream bcpgOut ) : void
GetEncoded ( ) : byte[]

메소드 상세

Encode() 공개 추상적인 메소드

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

GetEncoded() 공개 메소드

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