C# Class PEM2XML.MainClass

Afficher le fichier Open project: juhovh/AaltoTLS

Méthodes publiques

Méthode Description
DecodeDSAPrivateKey ( byte dsaKey ) : DSACryptoServiceProvider
DecodePEMKey ( string pemstr ) : string
DecodeRSAPrivateKey ( byte rsaKey ) : RSACryptoServiceProvider
Main ( string args ) : void
ReadVector ( BinaryReader binaryReader ) : byte[]

Method Details

DecodeDSAPrivateKey() public static méthode

public static DecodeDSAPrivateKey ( byte dsaKey ) : DSACryptoServiceProvider
dsaKey byte
Résultat System.Security.Cryptography.DSACryptoServiceProvider

DecodePEMKey() public static méthode

public static DecodePEMKey ( string pemstr ) : string
pemstr string
Résultat string

DecodeRSAPrivateKey() public static méthode

public static DecodeRSAPrivateKey ( byte rsaKey ) : RSACryptoServiceProvider
rsaKey byte
Résultat System.Security.Cryptography.RSACryptoServiceProvider

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

ReadVector() public static méthode

public static ReadVector ( BinaryReader binaryReader ) : byte[]
binaryReader System.IO.BinaryReader
Résultat byte[]