C# Класс Org.BouncyCastle.Bcpg.DsaPublicBcpgKey

Base class for a DSA public key.
Наследование: BcpgObject, IBcpgPublicKey
Показать файл Открыть проект

Открытые методы

Метод Описание
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[]