public class WalletPasswordController extends Object
| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyObjectProperty<org.spongycastle.crypto.params.KeyParameter> |
aesKey |
| Modifier and Type | Field and Description |
|---|---|
Main.OverlayUI |
overlayUI |
static String |
TAG |
| Constructor and Description |
|---|
WalletPasswordController() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ReadOnlyObjectProperty<org.spongycastle.crypto.params.KeyParameter> |
aesKeyProperty() |
void |
cancelClicked(javafx.event.ActionEvent event) |
static Duration |
getTargetTime() |
void |
initialize() |
static void |
setTargetTime(Duration targetTime) |
public javafx.beans.property.ReadOnlyObjectProperty<org.spongycastle.crypto.params.KeyParameter> aesKeyProperty
public Main.OverlayUI overlayUI
public static final String TAG
public void initialize()
public void cancelClicked(javafx.event.ActionEvent event)
public javafx.beans.property.ReadOnlyObjectProperty<org.spongycastle.crypto.params.KeyParameter> aesKeyProperty()
public static void setTargetTime(Duration targetTime)
public static Duration getTargetTime() throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2016. All rights reserved.