C# 클래스 dlech.SshAgentLib.SshKey

Class for encapsulating information on encryption keys so that it can be used in PuTTY related programs
상속: ISshKey
파일 보기 프로젝트 열기: dlech/SshAgentLib 1 사용 예제들

공개 메소드들

메소드 설명
AddConstraint ( Agent aConstraint ) : void
Clone ( ) : SshKey
Dispose ( ) : void
GetPrivateKeyParameters ( ) : AsymmetricKeyParameter
GetPublicKeyParameters ( ) : AsymmetricKeyParameter
SshKey ( SshVersion version, AsymmetricCipherKeyPair cipherKeyPair, string comment = "" ) : System
SshKey ( SshVersion version, AsymmetricKeyParameter publicKeyParameter, AsymmetricKeyParameter privateKeyParameter = null, string comment = "" ) : System

메소드 상세

AddConstraint() 공개 메소드

public AddConstraint ( Agent aConstraint ) : void
aConstraint Agent
리턴 void

Clone() 공개 메소드

public Clone ( ) : SshKey
리턴 SshKey

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetPrivateKeyParameters() 공개 메소드

public GetPrivateKeyParameters ( ) : AsymmetricKeyParameter
리턴 Org.BouncyCastle.Crypto.AsymmetricKeyParameter

GetPublicKeyParameters() 공개 메소드

public GetPublicKeyParameters ( ) : AsymmetricKeyParameter
리턴 Org.BouncyCastle.Crypto.AsymmetricKeyParameter

SshKey() 공개 메소드

public SshKey ( SshVersion version, AsymmetricCipherKeyPair cipherKeyPair, string comment = "" ) : System
version SshVersion
cipherKeyPair Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair
comment string
리턴 System

SshKey() 공개 메소드

public SshKey ( SshVersion version, AsymmetricKeyParameter publicKeyParameter, AsymmetricKeyParameter privateKeyParameter = null, string comment = "" ) : System
version SshVersion
publicKeyParameter Org.BouncyCastle.Crypto.AsymmetricKeyParameter
privateKeyParameter Org.BouncyCastle.Crypto.AsymmetricKeyParameter
comment string
리턴 System