public static class HBCIAccount.UserKeys extends TLV
| Modifier and Type | Method and Description |
|---|---|
void |
decrypt(SecretKey key) |
void |
encrypt(SecretKey key) |
int |
getKeyNum() |
String |
getKeyType() |
int |
getKeyVersion() |
Key |
getPrivateKey() |
Key |
getPublicKey() |
void |
setKeyNum(int num) |
void |
setKeyType(String t) |
void |
setKeyVersion(int version) |
void |
setPrivateKey(Key key) |
void |
setPublicKey(Key key) |
String |
toString() |
void |
updateData() |
public UserKeys()
public UserKeys(TLV tlv)
public String getKeyType()
public void setKeyType(String t)
public int getKeyNum()
public void setKeyNum(int num)
public int getKeyVersion()
public void setKeyVersion(int version)
public Key getPublicKey()
public void setPublicKey(Key key)
public Key getPrivateKey()
public void setPrivateKey(Key key)
public void updateData()
updateData in class TLVCopyright © 2017. All rights reserved.