Packagecom.hurlant.crypto.prng
Classpublic class TLSPRF

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):voidParameters
buffer:IDataOutput
 
length:int
toString()method 
public function toString():String

Returns
String