C# 클래스 Goedel.Cryptography.KeyFile.KeyFile

Encoders and decoders for various key file formats
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 메소드들

메소드 설명
DecodeAuthHost ( LexReader LexReader ) : void
DecodeAuthHost ( string FileName ) : void

Decode SSH Authorized Key file format

DecodePEM ( LexReader LexReader ) : KeyPair
DecodePEM ( string FileName ) : KeyPair
DecodePEMText ( string Text ) : KeyPair

비공개 메소드들

메소드 설명
DecodeRSAKeyPair ( byte Data ) : KeyPair

메소드 상세

DecodeAuthHost() 공개 정적인 메소드

public static DecodeAuthHost ( LexReader LexReader ) : void
LexReader LexReader
리턴 void

DecodeAuthHost() 공개 정적인 메소드

Decode SSH Authorized Key file format
public static DecodeAuthHost ( string FileName ) : void
FileName string File to decode.
리턴 void

DecodePEM() 공개 정적인 메소드

public static DecodePEM ( LexReader LexReader ) : KeyPair
LexReader LexReader
리턴 Goedel.Cryptography.KeyPair

DecodePEM() 공개 정적인 메소드

public static DecodePEM ( string FileName ) : KeyPair
FileName string
리턴 Goedel.Cryptography.KeyPair

DecodePEMText() 공개 정적인 메소드

public static DecodePEMText ( string Text ) : KeyPair
Text string
리턴 Goedel.Cryptography.KeyPair