| Package | com.hurlant.util.der |
| Class | public dynamic class Sequence |
| Inheritance | Sequence Object |
| Implements | IAsn1Type |
| Subclasses | Set |
| Method | Defined By | ||
|---|---|---|---|
Sequence(type:uint = 0x30, length:uint = 0x00) | Sequence | ||
findAttributeValue(oid:String):IAsn1Type | Sequence | ||
getLength():uint | Sequence | ||
getType():uint | Sequence | ||
toDER():ByteArray | Sequence | ||
toString():String | Sequence | ||
| len | property |
protected var len:uint| type | property |
protected var type:uint| Sequence | () | Constructor |
public function Sequence(type:uint = 0x30, length:uint = 0x00)type:uint (default = 0x30) | |
length:uint (default = 0x00) |
| findAttributeValue | () | method |
| getLength | () | method |
public function getLength():uintReturnsuint |
| getType | () | method |
public function getType():uintReturnsuint |
| toDER | () | method |
public function toDER():ByteArrayReturnsByteArray |
| toString | () | method |
public function toString():StringReturnsString |