| 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)type:uint | |
len:uint |
| getLength | () | method |
public function getLength():uintReturnsuint |
| getType | () | method |
public function getType():uintReturnsuint |
| setUTCTime | () | method |
public function setUTCTime(str:String):voidParameters
str:String |
| toDER | () | method |
public function toDER():ByteArrayReturnsByteArray |
| toString | () | method |
public function toString():StringReturnsString |