C# Class PEM2CNG.MainClass

Afficher le fichier Open project: juhovh/AaltoTLS

Méthodes publiques

Méthode Description
DER2OID ( byte oid ) : string
DecodeECDSAKey ( byte der ) : byte[]
DecodePEMKey ( string pemstr ) : byte[]
Main ( string args ) : void

Method Details

DER2OID() public static méthode

public static DER2OID ( byte oid ) : string
oid byte
Résultat string

DecodeECDSAKey() public static méthode

public static DecodeECDSAKey ( byte der ) : byte[]
der byte
Résultat byte[]

DecodePEMKey() public static méthode

public static DecodePEMKey ( string pemstr ) : byte[]
pemstr string
Résultat byte[]

Main() public static méthode

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