C# Class Granados.PKI.DSAPublicKey

Inheritance: PublicKey, IVerifier
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
DSAPublicKey ( BigInteger p, BigInteger g, BigInteger q, BigInteger y ) : System
Verify ( byte data, byte expecteddata ) : void
WriteTo ( IKeyWriter writer ) : void

Private Methods

Méthode Description
ReadFrom ( Granados.IO.SSH2.SSH2DataReader reader ) : DSAPublicKey

Method Details

DSAPublicKey() public méthode

public DSAPublicKey ( BigInteger p, BigInteger g, BigInteger q, BigInteger y ) : System
p Granados.Mono.Math.BigInteger
g Granados.Mono.Math.BigInteger
q Granados.Mono.Math.BigInteger
y Granados.Mono.Math.BigInteger
Résultat System

Verify() public méthode

public Verify ( byte data, byte expecteddata ) : void
data byte
expecteddata byte
Résultat void

WriteTo() public méthode

public WriteTo ( IKeyWriter writer ) : void
writer IKeyWriter
Résultat void