public class FileHeader extends TLV
| Constructor and Description |
|---|
FileHeader() |
FileHeader(TLV tlv) |
| Modifier and Type | Method and Description |
|---|---|
long |
getNofIterations() |
int |
getProfileVersion() |
byte[] |
getSalt() |
int |
getVersion() |
void |
setNofIterations(int nof_iterations) |
void |
setProfileVersion(int pversion) |
void |
setRandomSalt() |
void |
setSalt(byte[] salt) |
void |
setVersion(int version) |
String |
toString() |
void |
updateData() |
public FileHeader()
public FileHeader(TLV tlv)
public int getProfileVersion()
public void setProfileVersion(int pversion)
public int getVersion()
public void setVersion(int version)
public byte[] getSalt()
public void setSalt(byte[] salt)
public void setRandomSalt()
public long getNofIterations()
public void setNofIterations(int nof_iterations)
public void updateData()
updateData in class TLVCopyright © 2018. All rights reserved.