Packagecom.hurlant.util.der
Classpublic class DER
InheritanceDER Inheritance Object

DER for dummies: http://luca.ntop.org/Teaching/Appunti/asn1.html This class does the bare minimum to get by. if that.



Public Properties
 PropertyDefined By
  indent : String
[static]
DER
Public Methods
 MethodDefined By
  
parse(der:ByteArray, structure:* = null):IAsn1Type
[static]
DER
  
wrapDER(type:int, data:ByteArray):ByteArray
[static]
DER
Property Detail
indentproperty
public static var indent:String

Method Detail
parse()method
public static function parse(der:ByteArray, structure:* = null):IAsn1Type

Parameters

der:ByteArray
 
structure:* (default = null)

Returns
IAsn1Type
wrapDER()method 
public static function wrapDER(type:int, data:ByteArray):ByteArray

Parameters

type:int
 
data:ByteArray

Returns
ByteArray