C# 클래스 PEM2CNG.MainClass

파일 보기 프로젝트 열기: juhovh/AaltoTLS

공개 메소드들

메소드 설명
DER2OID ( byte oid ) : string
DecodeECDSAKey ( byte der ) : byte[]
DecodePEMKey ( string pemstr ) : byte[]
Main ( string args ) : void

메소드 상세

DER2OID() 공개 정적인 메소드

public static DER2OID ( byte oid ) : string
oid byte
리턴 string

DecodeECDSAKey() 공개 정적인 메소드

public static DecodeECDSAKey ( byte der ) : byte[]
der byte
리턴 byte[]

DecodePEMKey() 공개 정적인 메소드

public static DecodePEMKey ( string pemstr ) : byte[]
pemstr string
리턴 byte[]

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void