Packagecom.hurlant.util.der
Classpublic class PrintableString
InheritancePrintableString Inheritance Object
Implements IAsn1Type



Protected Properties
 PropertyDefined By
  len : uint
PrintableString
  str : String
PrintableString
  type : uint
PrintableString
Public Methods
 MethodDefined By
  
PrintableString(type:uint, length:uint)
PrintableString
  
getLength():uint
PrintableString
  
getString():String
PrintableString
  
getType():uint
PrintableString
  
setString(s:String):void
PrintableString
  
toDER():ByteArray
PrintableString
  
toString():String
PrintableString
Property Detail
lenproperty
protected var len:uint

strproperty 
protected var str:String

typeproperty 
protected var type:uint

Constructor Detail
PrintableString()Constructor
public function PrintableString(type:uint, length:uint)



Parameters
type:uint
 
length:uint
Method Detail
getLength()method
public function getLength():uint

Returns
uint
getString()method 
public function getString():String

Returns
String
getType()method 
public function getType():uint

Returns
uint
setString()method 
public function setString(s:String):void

Parameters

s:String

toDER()method 
public function toDER():ByteArray

Returns
ByteArray
toString()method 
public function toString():String

Returns
String