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

상속: Identity
파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 메소드들

메소드 설명
decrypt ( ) : bool
getAlgName ( ) : String
getName ( ) : String
getPublicKeyBlob ( ) : byte[]
getSignature ( Session session, byte data ) : byte[]
isEncrypted ( ) : bool
setPassphrase ( String _passphrase ) : bool

비공개 메소드들

메소드 설명
IdentityFile ( String identity, JSch jsch ) : System
a2b ( byte c ) : byte
b2a ( byte c ) : byte
countLength ( int i_len ) : int
decrypt_dss ( ) : bool
decrypt_rsa ( ) : bool
getPublicKeyBlob_dss ( ) : byte[]
getPublicKeyBlob_rsa ( ) : byte[]
getSignature_dss ( Session session, byte data ) : byte[]
getSignature_rsa ( Session session, byte data ) : byte[]
writeINTEGER ( byte buf, int index, byte data ) : int
writeLength ( byte data, int index, int i_len ) : int
writeSEQUENCE ( byte buf, int index, int len ) : int

메소드 상세

decrypt() 공개 메소드

public decrypt ( ) : bool
리턴 bool

getAlgName() 공개 메소드

public getAlgName ( ) : String
리턴 String

getName() 공개 메소드

public getName ( ) : String
리턴 String

getPublicKeyBlob() 공개 메소드

public getPublicKeyBlob ( ) : byte[]
리턴 byte[]

getSignature() 공개 메소드

public getSignature ( Session session, byte data ) : byte[]
session Session
data byte
리턴 byte[]

isEncrypted() 공개 메소드

public isEncrypted ( ) : bool
리턴 bool

setPassphrase() 공개 메소드

public setPassphrase ( String _passphrase ) : bool
_passphrase String
리턴 bool