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

Base class for a DSA public key.
상속: BcpgObject, IBcpgPublicKey
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
DsaPublicBcpgKey ( BcpgInputStream bcpgIn ) : System
DsaPublicBcpgKey ( BigInteger p, BigInteger q, BigInteger g, BigInteger y ) : System
Encode ( BcpgOutputStream bcpgOut ) : void
GetEncoded ( ) : byte[]

Return the standard PGP encoding of the key.

메소드 상세

DsaPublicBcpgKey() 공개 메소드

public DsaPublicBcpgKey ( BcpgInputStream bcpgIn ) : System
bcpgIn BcpgInputStream The stream to read the packet from.
리턴 System

DsaPublicBcpgKey() 공개 메소드

public DsaPublicBcpgKey ( BigInteger p, BigInteger q, BigInteger g, BigInteger y ) : System
p Org.BouncyCastle.Math.BigInteger
q Org.BouncyCastle.Math.BigInteger
g Org.BouncyCastle.Math.BigInteger
y Org.BouncyCastle.Math.BigInteger
리턴 System

Encode() 공개 메소드

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

GetEncoded() 공개 메소드

Return the standard PGP encoding of the key.
public GetEncoded ( ) : byte[]
리턴 byte[]