Packagecom.hurlant.util.der
Classpublic dynamic class Sequence
InheritanceSequence Inheritance Object
Implements IAsn1Type
Subclasses Set



Protected Properties
 PropertyDefined By
  len : uint
Sequence
  type : uint
Sequence
Public Methods
 MethodDefined By
  
Sequence(type:uint = 0x30, length:uint = 0x00)
Sequence
  
Sequence
  
getLength():uint
Sequence
  
getType():uint
Sequence
  
toDER():ByteArray
Sequence
  
toString():String
Sequence
Property Detail
lenproperty
protected var len:uint

typeproperty 
protected var type:uint

Constructor Detail
Sequence()Constructor
public function Sequence(type:uint = 0x30, length:uint = 0x00)



Parameters
type:uint (default = 0x30)
 
length:uint (default = 0x00)
Method Detail
findAttributeValue()method
public function findAttributeValue(oid:String):IAsn1Type

Parameters

oid:String

Returns
IAsn1Type
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