C# 클래스 Granados.SSH2.SSH2UserAuthKey.SSH2KeyWriter

Adapter class that adds IKeyWriter functionality to the ISSH2PacketBuilder.
상속: IKeyWriter
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
SSH2KeyWriter ( ISSH2PacketBuilder builder ) : Granados.Poderosa.KeyFormat
WriteBigInteger ( BigInteger bi ) : void
WriteByteString ( byte data ) : void
WriteString ( string s ) : void

메소드 상세

SSH2KeyWriter() 공개 메소드

public SSH2KeyWriter ( ISSH2PacketBuilder builder ) : Granados.Poderosa.KeyFormat
builder ISSH2PacketBuilder
리턴 Granados.Poderosa.KeyFormat

WriteBigInteger() 공개 메소드

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

WriteByteString() 공개 메소드

public WriteByteString ( byte data ) : void
data byte
리턴 void

WriteString() 공개 메소드

public WriteString ( string s ) : void
s string
리턴 void