Packagecom.hurlant.util.der
Classpublic class ObjectIdentifier
InheritanceObjectIdentifier Inheritance Object
Implements IAsn1Type



Public Methods
 MethodDefined By
  
ObjectIdentifier(type:uint = 0, length:uint = 0, b:* = null)
ObjectIdentifier
  
dump():String
ObjectIdentifier
  
getLength():uint
ObjectIdentifier
  
getType():uint
ObjectIdentifier
  
toDER():ByteArray
ObjectIdentifier
  
toString():String
ObjectIdentifier
Constructor Detail
ObjectIdentifier()Constructor
public function ObjectIdentifier(type:uint = 0, length:uint = 0, b:* = null)



Parameters
type:uint (default = 0)
 
length:uint (default = 0)
 
b:* (default = null)
Method Detail
dump()method
public function dump():String

Returns
String
getLength()method 
public function getLength():uint

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

Returns
uint
toDER()method 
public function toDER():ByteArray

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

Returns
String