public static class HBCIAccount.UserKeys extends TLV
| Modifier and Type | Method | Description |
|---|---|---|
void |
decrypt(javax.crypto.SecretKey key) |
|
void |
encrypt(javax.crypto.SecretKey key) |
|
int |
getKeyNum() |
|
java.lang.String |
getKeyType() |
|
int |
getKeyVersion() |
|
java.security.Key |
getPrivateKey() |
|
java.security.Key |
getPublicKey() |
|
void |
setKeyNum(int num) |
|
void |
setKeyType(java.lang.String t) |
|
void |
setKeyVersion(int version) |
|
void |
setPrivateKey(java.security.Key key) |
|
void |
setPublicKey(java.security.Key key) |
|
java.lang.String |
toString() |
|
void |
updateData() |
public UserKeys()
public UserKeys(TLV tlv)
public void decrypt(javax.crypto.SecretKey key)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getKeyType()
public void setKeyType(java.lang.String t)
public int getKeyNum()
public void setKeyNum(int num)
public int getKeyVersion()
public void setKeyVersion(int version)
public java.security.Key getPublicKey()
public void setPublicKey(java.security.Key key)
public java.security.Key getPrivateKey()
public void setPrivateKey(java.security.Key key)
public void encrypt(javax.crypto.SecretKey key)
throws java.lang.Exception
java.lang.Exceptionpublic void updateData()
updateData in class TLVpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018. All rights reserved.