C# Class PEM2CNG.MainClass

ファイルを表示 Open project: juhovh/AaltoTLS

Public Methods

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

Method Details

DER2OID() public static method

public static DER2OID ( byte oid ) : string
oid byte
return string

DecodeECDSAKey() public static method

public static DecodeECDSAKey ( byte der ) : byte[]
der byte
return byte[]

DecodePEMKey() public static method

public static DecodePEMKey ( string pemstr ) : byte[]
pemstr string
return byte[]

Main() public static method

public static Main ( string args ) : void
args string
return void