public class KeyDerivationTasks extends Object
| Modifier and Type | Field and Description |
|---|---|
javafx.concurrent.Task<org.spongycastle.crypto.params.KeyParameter> |
keyDerivationTask |
javafx.beans.property.ReadOnlyDoubleProperty |
progress |
| Constructor and Description |
|---|
KeyDerivationTasks(KeyCrypterScrypt scrypt,
String password,
Duration targetTime) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onFinish(org.spongycastle.crypto.params.KeyParameter aesKey,
int timeTakenMsec) |
void |
start() |
public final javafx.concurrent.Task<org.spongycastle.crypto.params.KeyParameter> keyDerivationTask
public final javafx.beans.property.ReadOnlyDoubleProperty progress
public KeyDerivationTasks(KeyCrypterScrypt scrypt, String password, @Nullable Duration targetTime)
Copyright © 2015. All rights reserved.