C# Class Granados.SSH2.SSH2UserAuthKey.SSH2KeyWriter

Adapter class that adds IKeyWriter functionality to the ISSH2PacketBuilder.
Inheritance: IKeyWriter
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

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

Method Details

SSH2KeyWriter() public méthode

public SSH2KeyWriter ( ISSH2PacketBuilder builder ) : Granados.Poderosa.KeyFormat
builder ISSH2PacketBuilder
Résultat Granados.Poderosa.KeyFormat

WriteBigInteger() public méthode

public WriteBigInteger ( BigInteger bi ) : void
bi Granados.Mono.Math.BigInteger
Résultat void

WriteByteString() public méthode

public WriteByteString ( byte data ) : void
data byte
Résultat void

WriteString() public méthode

public WriteString ( string s ) : void
s string
Résultat void