C# 클래스 HermaFx.Cryptography.ASN1Convert

파일 보기 프로젝트 열기: evicertia/HermaFx 1 사용 예제들

공개 메소드들

메소드 설명
FromDateTime ( System.DateTime dt ) : ASN1
FromInt32 ( Int32 value ) : ASN1
FromOid ( string oid ) : ASN1
FromUnsignedBigInteger ( byte big ) : ASN1
ToDateTime ( ASN1 time ) : System.DateTime
ToInt32 ( ASN1 asn1 ) : int
ToOid ( ASN1 asn1 ) : string

메소드 상세

FromDateTime() 공개 정적인 메소드

public static FromDateTime ( System.DateTime dt ) : ASN1
dt System.DateTime
리턴 ASN1

FromInt32() 공개 정적인 메소드

public static FromInt32 ( Int32 value ) : ASN1
value System.Int32
리턴 ASN1

FromOid() 공개 정적인 메소드

public static FromOid ( string oid ) : ASN1
oid string
리턴 ASN1

FromUnsignedBigInteger() 공개 정적인 메소드

public static FromUnsignedBigInteger ( byte big ) : ASN1
big byte
리턴 ASN1

ToDateTime() 공개 정적인 메소드

public static ToDateTime ( ASN1 time ) : System.DateTime
time ASN1
리턴 System.DateTime

ToInt32() 공개 정적인 메소드

public static ToInt32 ( ASN1 asn1 ) : int
asn1 ASN1
리턴 int

ToOid() 공개 정적인 메소드

public static ToOid ( ASN1 asn1 ) : string
asn1 ASN1
리턴 string