Packagecom.hurlant.util.der
Classpublic dynamic class Sequence
ImplementsIAsn1Type
SubclassesSet



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):IAsn1TypeParameters
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