C# Class BraintreeEncryption.Library.BouncyCastle.Asn1.DerGeneralizedTime

Inheritance: Asn1Object
Show file Open project: braintree/braintree_windows_phone_encryption

Private Properties

Property Type Description
CalculateGmtOffset string
Convert string
DerGeneralizedTime System
Encode void
FString string
GetOctets byte[]
ParseDateString System.DateTime

Public Methods

Method Description
DerGeneralizedTime ( System.DateTime time ) : System
DerGeneralizedTime ( string time ) : System
GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : DerGeneralizedTime
GetInstance ( object obj ) : DerGeneralizedTime
GetTime ( ) : string
ToDateTime ( ) : System.DateTime

Protected Methods

Method Description
Asn1Equals ( Asn1Object asn1Object ) : bool
Asn1GetHashCode ( ) : int

Private Methods

Method Description
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

Method Details

Asn1Equals() protected method

protected Asn1Equals ( Asn1Object asn1Object ) : bool
asn1Object Asn1Object
return bool

Asn1GetHashCode() protected method

protected Asn1GetHashCode ( ) : int
return int

DerGeneralizedTime() public method

public DerGeneralizedTime ( System.DateTime time ) : System
time System.DateTime
return System

DerGeneralizedTime() public method

public DerGeneralizedTime ( string time ) : System
time string
return System

GetInstance() public static method

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

GetInstance() public static method

public static GetInstance ( object obj ) : DerGeneralizedTime
obj object
return DerGeneralizedTime

GetTime() public method

public GetTime ( ) : string
return string

ToDateTime() public method

public ToDateTime ( ) : System.DateTime
return System.DateTime