C# Class Org.BouncyCastle.Bcpg.DsaPublicBcpgKey

Base class for a DSA public key.
Inheritance: BcpgObject, IBcpgPublicKey
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
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.

Method Details

DsaPublicBcpgKey() public méthode

public DsaPublicBcpgKey ( BcpgInputStream bcpgIn ) : System
bcpgIn BcpgInputStream The stream to read the packet from.
Résultat System

DsaPublicBcpgKey() public méthode

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
Résultat System

Encode() public méthode

public Encode ( BcpgOutputStream bcpgOut ) : void
bcpgOut BcpgOutputStream
Résultat void

GetEncoded() public méthode

Return the standard PGP encoding of the key.
public GetEncoded ( ) : byte[]
Résultat byte[]