| Property | Defined by | ||
|---|---|---|---|
| date : Date | UTCTime | ||
| Method | Defined by | ||
|---|---|---|---|
|
UTCTime(type:uint, len:uint)
| UTCTime | ||
|
getLength():uint
| UTCTime | ||
|
getType():uint
| UTCTime | ||
|
setUTCTime(str:String):void
| UTCTime | ||
|
toDER():ByteArray
| UTCTime | ||
|
toString():String
| UTCTime | ||
| date | property |
public var date:Date
| len | property |
protected var len:uint
| type | property |
protected var type:uint
| UTCTime | () | constructor |
public function UTCTime(type:uint, len:uint)Parameters
type:uint |
|
len:uint |
| getLength | () | method |
public function getLength():uint
Returns
uint |
| getType | () | method |
public function getType():uint
Returns
uint |
| setUTCTime | () | method |
public function setUTCTime(str:String):voidParameters
str:String |
| toDER | () | method |
public function toDER():ByteArray
Returns
ByteArray |
| toString | () | method |
public function toString():String
Returns
String |