C# 클래스 dlech.SshAgentLib.PpkFormatterExt

파일 보기 프로젝트 열기: dlech/SshAgentLib

공개 메소드들

메소드 설명
GetIdentifierString ( this aAlgorithm ) : string
GetName ( this aVersion ) : string
TryParsePrivateKeyAlgorithm ( this aString, PpkFormatter &aAlgorithm ) : bool
TryParsePublicKeyAlgorithm ( this aString, PublicKeyAlgorithm &aAlgorithm ) : bool
TryParseVersion ( this aString, PpkFormatter &aVersion ) : bool

메소드 상세

GetIdentifierString() 공개 정적인 메소드

public static GetIdentifierString ( this aAlgorithm ) : string
aAlgorithm this
리턴 string

GetName() 공개 정적인 메소드

public static GetName ( this aVersion ) : string
aVersion this
리턴 string

TryParsePrivateKeyAlgorithm() 공개 정적인 메소드

public static TryParsePrivateKeyAlgorithm ( this aString, PpkFormatter &aAlgorithm ) : bool
aString this
aAlgorithm PpkFormatter
리턴 bool

TryParsePublicKeyAlgorithm() 공개 정적인 메소드

public static TryParsePublicKeyAlgorithm ( this aString, PublicKeyAlgorithm &aAlgorithm ) : bool
aString this
aAlgorithm PublicKeyAlgorithm
리턴 bool

TryParseVersion() 공개 정적인 메소드

public static TryParseVersion ( this aString, PpkFormatter &aVersion ) : bool
aString this
aVersion PpkFormatter
리턴 bool