C# 클래스 BraintreeEncryption.Library.BouncyCastle.Asn1.DerGeneralizedTime

상속: Asn1Object
파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption

Private Properties

프로퍼티 타입 설명
CalculateGmtOffset string
Convert string
DerGeneralizedTime System
Encode void
FString string
GetOctets byte[]
ParseDateString System.DateTime

공개 메소드들

메소드 설명
DerGeneralizedTime ( System.DateTime time ) : System
DerGeneralizedTime ( string time ) : System
GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : DerGeneralizedTime
GetInstance ( object obj ) : DerGeneralizedTime
GetTime ( ) : string
ToDateTime ( ) : System.DateTime

보호된 메소드들

메소드 설명
Asn1Equals ( Asn1Object asn1Object ) : bool
Asn1GetHashCode ( ) : int

비공개 메소드들

메소드 설명
CalculateGmtOffset ( ) : string
Convert ( int time ) : string
DerGeneralizedTime ( byte bytes ) : System
Encode ( DerOutputStream derOut ) : void
FString ( int count ) : string
GetOctets ( ) : byte[]
ParseDateString ( string dateStr, string formatStr, bool makeUniversal ) : System.DateTime

메소드 상세

Asn1Equals() 보호된 메소드

protected Asn1Equals ( Asn1Object asn1Object ) : bool
asn1Object Asn1Object
리턴 bool

Asn1GetHashCode() 보호된 메소드

protected Asn1GetHashCode ( ) : int
리턴 int

DerGeneralizedTime() 공개 메소드

public DerGeneralizedTime ( System.DateTime time ) : System
time System.DateTime
리턴 System

DerGeneralizedTime() 공개 메소드

public DerGeneralizedTime ( string time ) : System
time string
리턴 System

GetInstance() 공개 정적인 메소드

public static GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : DerGeneralizedTime
obj Asn1TaggedObject
isExplicit bool
리턴 DerGeneralizedTime

GetInstance() 공개 정적인 메소드

public static GetInstance ( object obj ) : DerGeneralizedTime
obj object
리턴 DerGeneralizedTime

GetTime() 공개 메소드

public GetTime ( ) : string
리턴 string

ToDateTime() 공개 메소드

public ToDateTime ( ) : System.DateTime
리턴 System.DateTime