| Package | com.hurlant.util.der |
| Class | public class ObjectIdentifier |
| Inheritance | ObjectIdentifier Object |
| Implements | IAsn1Type |
| Method | Defined 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 | ||
| ObjectIdentifier | () | Constructor |
public function ObjectIdentifier(type:uint = 0, length:uint = 0, b:* = null)type:uint (default = 0) | |
length:uint (default = 0) | |
b:* (default = null) |
| dump | () | method |
public function dump():StringReturnsString |
| getLength | () | method |
public function getLength():uintReturnsuint |
| getType | () | method |
public function getType():uintReturnsuint |
| toDER | () | method |
public function toDER():ByteArrayReturnsByteArray |
| toString | () | method |
public function toString():StringReturnsString |