C# Class Goedel.Cryptography.KeyFile.KeyFile

Encoders and decoders for various key file formats
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DecodeRSAKeyPair ( byte Data ) : KeyPair

Method Details

DecodeAuthHost() public static méthode

public static DecodeAuthHost ( LexReader LexReader ) : void
LexReader LexReader
Résultat void

DecodeAuthHost() public static méthode

Decode SSH Authorized Key file format
public static DecodeAuthHost ( string FileName ) : void
FileName string File to decode.
Résultat void

DecodePEM() public static méthode

public static DecodePEM ( LexReader LexReader ) : KeyPair
LexReader LexReader
Résultat Goedel.Cryptography.KeyPair

DecodePEM() public static méthode

public static DecodePEM ( string FileName ) : KeyPair
FileName string
Résultat Goedel.Cryptography.KeyPair

DecodePEMText() public static méthode

public static DecodePEMText ( string Text ) : KeyPair
Text string
Résultat Goedel.Cryptography.KeyPair