Packagecom.hurlant.util.der
Classpublic class DER

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):IAsn1TypeParameters
der:ByteArray
 
structure:* (default = null)

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

Returns
ByteArray