C# Class Granados.PKI.RSAPublicKey

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

Méthodes publiques

Méthode Description
RSAPublicKey ( BigInteger exp, BigInteger mod ) : System
Verify ( byte data, byte expected ) : void
VerifyWithSHA1 ( byte data, byte expected ) : void
WriteTo ( IKeyWriter writer ) : void

Private Methods

Méthode Description
ReadFrom ( Granados.IO.SSH2.SSH2DataReader reader ) : RSAPublicKey
VerifyBI ( byte data ) : BigInteger

Method Details

RSAPublicKey() public méthode

public RSAPublicKey ( BigInteger exp, BigInteger mod ) : System
exp Granados.Mono.Math.BigInteger
mod Granados.Mono.Math.BigInteger
Résultat System

Verify() public méthode

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

VerifyWithSHA1() public méthode

public VerifyWithSHA1 ( byte data, byte expected ) : void
data byte
expected byte
Résultat void

WriteTo() public méthode

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