| 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)Parameters
type:uint (default = 0x30) |
|
length:uint (default = 0x00) |
| findAttributeValue | () | method |
| 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 |