C# Class Granados.SSH2.SSH2UserAuthKey.SSH2KeyWriter

Adapter class that adds IKeyWriter functionality to the ISSH2PacketBuilder.
Inheritance: IKeyWriter
Show file Open project: poderosaproject/poderosa

Public Methods

Method Description
SSH2KeyWriter ( ISSH2PacketBuilder builder ) : Granados.Poderosa.KeyFormat
WriteBigInteger ( BigInteger bi ) : void
WriteByteString ( byte data ) : void
WriteString ( string s ) : void

Method Details

SSH2KeyWriter() public method

public SSH2KeyWriter ( ISSH2PacketBuilder builder ) : Granados.Poderosa.KeyFormat
builder ISSH2PacketBuilder
return Granados.Poderosa.KeyFormat

WriteBigInteger() public method

public WriteBigInteger ( BigInteger bi ) : void
bi Granados.Mono.Math.BigInteger
return void

WriteByteString() public method

public WriteByteString ( byte data ) : void
data byte
return void

WriteString() public method

public WriteString ( string s ) : void
s string
return void