| Package | com.hurlant.util.der |
| Class | public class DER |
| Inheritance | DER Object |
| Property | Defined By | ||
|---|---|---|---|
| indent : String [static] | DER | ||
| Method | Defined By | ||
|---|---|---|---|
[static] | DER | ||
wrapDER(type:int, data:ByteArray):ByteArray [static] | DER | ||
| indent | property |
public static var indent:String| parse | () | method |
public static function parse(der:ByteArray, structure:* = null):IAsn1TypeParameters
der:ByteArray | |
structure:* (default = null) |
IAsn1Type |
| wrapDER | () | method |
public static function wrapDER(type:int, data:ByteArray):ByteArrayParameters
type:int | |
data:ByteArray |
ByteArray |