Class KeyExchangeDhGroupExchangeGroup
Represents SSH_MSG_KEX_DH_GEX_GROUP message.
public class KeyExchangeDhGroupExchangeGroup : Message
- Inheritance
-
KeyExchangeDhGroupExchangeGroup
- Inherited Members
Constructors
KeyExchangeDhGroupExchangeGroup()
public KeyExchangeDhGroupExchangeGroup()
Properties
BufferCapacity
Gets the size of the message in bytes.
protected override int BufferCapacity { get; }
Property Value
- int
The size of the messages in bytes.
MessageName
public override string MessageName { get; }
Property Value
MessageNumber
public override byte MessageNumber { get; }
Property Value
SafePrime
Gets the safe prime.
public BigInteger SafePrime { get; }
Property Value
- BigInteger
The safe prime.
SubGroup
Gets the generator for subgroup in GF(p).
public BigInteger SubGroup { get; }
Property Value
- BigInteger
The sub group.
Methods
LoadData()
Called when type specific data need to be loaded.
protected override void LoadData()
SaveData()
Called when type specific data need to be saved.
protected override void SaveData()