C# 클래스 Tamir.SharpSsh.jsch.KnownHosts

상속: Tamir.SharpSsh.jsch.HostKeyRepository
파일 보기 프로젝트 열기: soywiz/csharputils

공개 메소드들

메소드 설명
add ( String host, byte key, UserInfo userinfo ) : void
check ( String host, byte key ) : int
getHostKey ( ) : Tamir.SharpSsh.jsch.HostKey[]
getHostKey ( String host, String type ) : Tamir.SharpSsh.jsch.HostKey[]
getKnownHostsRepositoryID ( ) : String
remove ( String host, String type ) : void
remove ( String host, String type, byte key ) : void

비공개 메소드들

메소드 설명
KnownHosts ( JSch jsch ) : System
Write ( Stream s, byte buff ) : void
addInvalidLine ( String line ) : void
deleteSubString ( String hosts, String host ) : String
dump ( FileStream outs ) : void
getKnownHostsFile ( ) : String
getType ( byte key ) : int
isIncluded ( String hosts, String host ) : bool
setKnownHosts ( StreamReader foo ) : void
setKnownHosts ( String foo ) : void
sync ( ) : void
sync ( String foo ) : void

메소드 상세

add() 공개 메소드

public add ( String host, byte key, UserInfo userinfo ) : void
host String
key byte
userinfo UserInfo
리턴 void

check() 공개 메소드

public check ( String host, byte key ) : int
host String
key byte
리턴 int

getHostKey() 공개 메소드

public getHostKey ( ) : Tamir.SharpSsh.jsch.HostKey[]
리턴 Tamir.SharpSsh.jsch.HostKey[]

getHostKey() 공개 메소드

public getHostKey ( String host, String type ) : Tamir.SharpSsh.jsch.HostKey[]
host String
type String
리턴 Tamir.SharpSsh.jsch.HostKey[]

getKnownHostsRepositoryID() 공개 메소드

public getKnownHostsRepositoryID ( ) : String
리턴 String

remove() 공개 메소드

public remove ( String host, String type ) : void
host String
type String
리턴 void

remove() 공개 메소드

public remove ( String host, String type, byte key ) : void
host String
type String
key byte
리턴 void