Packagecom.hurlant.util.der
Classpublic class UTCTime
InheritanceUTCTime Inheritance Object
Implements IAsn1Type



Public Properties
 PropertyDefined By
  date : Date
UTCTime
Protected Properties
 PropertyDefined By
  len : uint
UTCTime
  type : uint
UTCTime
Public Methods
 MethodDefined By
  
UTCTime(type:uint, len:uint)
UTCTime
  
getLength():uint
UTCTime
  
getType():uint
UTCTime
  
setUTCTime(str:String):void
UTCTime
  
toDER():ByteArray
UTCTime
  
toString():String
UTCTime
Property Detail
dateproperty
public var date:Date

lenproperty 
protected var len:uint

typeproperty 
protected var type:uint

Constructor Detail
UTCTime()Constructor
public function UTCTime(type:uint, len:uint)



Parameters
type:uint
 
len:uint
Method Detail
getLength()method
public function getLength():uint

Returns
uint
getType()method 
public function getType():uint

Returns
uint
setUTCTime()method 
public function setUTCTime(str:String):void

Parameters

str:String

toDER()method 
public function toDER():ByteArray

Returns
ByteArray
toString()method 
public function toString():String

Returns
String