| Package | com.hurlant.util.der |
| Class | public class DER |
| 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 |