|
SafeAPI v1.20 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.safeapi.SeedBox
Seed generations visual methods
| Constructor Summary | |
SeedBox()
Loads an instance of SeedBox. |
|
| Method Summary | |
byte[] |
getSeedValue()
Gets the seed value. |
boolean |
seedCanceledByUser()
Allows developer to know if the window has been closed before the end of the seeding process. |
byte[] |
seedDialog(String sTitle,
String sCaption,
int SeedSize)
Creates a seeder dialog box, generates the seed by listening to user typing and returns the bytes of the seed. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SeedBox()
| Method Detail |
public byte[] seedDialog(String sTitle,
String sCaption,
int SeedSize)
sTitle - the title of the dialog window.sCaption - the caption of the dialog window.SeedSize - the bit length of the seed to generate (typically 128).
public boolean seedCanceledByUser()
public byte[] getSeedValue()
|
SafeAPI v1.20 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||