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

상속: Asn1Object
파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DerUtcTime System
Encode void
GetOctets byte[]
ParseDateString System.DateTime

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
DerUtcTime ( byte bytes ) : System
Encode ( DerOutputStream derOut ) : void
GetOctets ( ) : byte[]
ParseDateString ( string dateStr, string formatStr ) : System.DateTime

메소드 상세

Asn1Equals() 보호된 메소드

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

Asn1GetHashCode() 보호된 메소드

protected Asn1GetHashCode ( ) : int
리턴 int

DerUtcTime() 공개 메소드

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

DerUtcTime() 공개 메소드

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

GetInstance() 공개 정적인 메소드

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

GetInstance() 공개 정적인 메소드

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

ToAdjustedDateTime() 공개 메소드

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

ToDateTime() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string