| Package | com.hurlant.crypto.prng |
| Class | public class TLSPRF |
| Method | Defined 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 | ||
| TLSPRF | () | constructor |
public function TLSPRF(secret:ByteArray, label:String, seed:ByteArray)Parameters
secret:ByteArray |
|
label:String |
|
seed:ByteArray |
| 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 |