Packagecom.hurlant.util.der
Classpublic class UTCTime
ImplementsIAsn1Type



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):voidParameters
str:String
toDER()method 
public function toDER():ByteArray

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

Returns
String