| Package | com.hurlant.crypto.prng |
| Class | public class TLSPRF |
| Inheritance | TLSPRF Object |
| 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)secret:ByteArray | |
label:String | |
seed:ByteArray |
| dispose | () | method |
public function dispose():void| nextByte | () | method |
public function nextByte():intReturnsint |
| nextBytes | () | method |
public function nextBytes(buffer:IDataOutput, length:int):voidParameters
buffer:IDataOutput | |
length:int |
| toString | () | method |
public function toString():StringReturnsString |