Packagecom.hurlant.crypto.prng
Classpublic class TLSPRF
InheritanceTLSPRF Inheritance Object

There's "Random", and then there's TLS Random. . Still Pseudo-random, though.



Public Methods
 MethodDefined By
  
TLSPRF(secret:ByteArray, label:String, seed:ByteArray)
TLSPRF
  
dispose():void
TLSPRF
  
nextByte():int
TLSPRF
  
nextBytes(buffer:IDataOutput, length:int):void
TLSPRF
  
toString():String
TLSPRF
Constructor Detail
TLSPRF()Constructor
public function TLSPRF(secret:ByteArray, label:String, seed:ByteArray)



Parameters
secret:ByteArray
 
label:String
 
seed:ByteArray
Method Detail
dispose()method
public function dispose():void

nextByte()method 
public function nextByte():int

Returns
int
nextBytes()method 
public function nextBytes(buffer:IDataOutput, length:int):void

Parameters

buffer:IDataOutput
 
length:int

toString()method 
public function toString():String

Returns
String