C# Class Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server

Exibir arquivo Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Protected Properties

Property Type Description
A Org.BouncyCastle.Math.BigInteger
S Org.BouncyCastle.Math.BigInteger
privB Org.BouncyCastle.Math.BigInteger
pubB Org.BouncyCastle.Math.BigInteger
u Org.BouncyCastle.Math.BigInteger
v Org.BouncyCastle.Math.BigInteger

Public Methods

Method Description
CalculateSecret ( IDigest digest, BigInteger clientA ) : BigInteger
GenerateServerCredentials ( ) : BigInteger
Srp6Server ( SrpConstants param, BigInteger v ) : System

Method Details

CalculateSecret() public method

public CalculateSecret ( IDigest digest, BigInteger clientA ) : BigInteger
digest IDigest
clientA Org.BouncyCastle.Math.BigInteger
return Org.BouncyCastle.Math.BigInteger

GenerateServerCredentials() public method

public GenerateServerCredentials ( ) : BigInteger
return Org.BouncyCastle.Math.BigInteger

Srp6Server() public method

public Srp6Server ( SrpConstants param, BigInteger v ) : System
param SrpConstants
v Org.BouncyCastle.Math.BigInteger
return System

Property Details

A protected_oe property

protected BigInteger,Org.BouncyCastle.Math A
return Org.BouncyCastle.Math.BigInteger

S protected_oe property

protected BigInteger,Org.BouncyCastle.Math S
return Org.BouncyCastle.Math.BigInteger

privB protected_oe property

protected BigInteger,Org.BouncyCastle.Math privB
return Org.BouncyCastle.Math.BigInteger

pubB protected_oe property

protected BigInteger,Org.BouncyCastle.Math pubB
return Org.BouncyCastle.Math.BigInteger

u protected_oe property

protected BigInteger,Org.BouncyCastle.Math u
return Org.BouncyCastle.Math.BigInteger

v protected_oe property

protected BigInteger,Org.BouncyCastle.Math v
return Org.BouncyCastle.Math.BigInteger