public static class KeystoreFile.ScryptKdfParams extends Object
| Constructor and Description |
|---|
ScryptKdfParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getDklen() |
int |
getN() |
int |
getP() |
int |
getR() |
String |
getSalt() |
int |
hashCode() |
void |
setDklen(int dklen) |
void |
setN(int n) |
void |
setP(int p) |
void |
setR(int r) |
void |
setSalt(String salt) |
public int getDklen()
public void setDklen(int dklen)
public int getN()
public void setN(int n)
public int getP()
public void setP(int p)
public int getR()
public void setR(int r)
public String getSalt()
public void setSalt(String salt)
Copyright © 2022 IoTeX Group. All rights reserved.