Class HBCIAccount.UserKeys
java.lang.Object
org.kapott.hbci.passport.rdhXfile.TLV
org.kapott.hbci.passport.rdhXfile.HBCIAccount.UserKeys
- Enclosing class:
HBCIAccount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
int
int
void
setKeyNum
(int num) void
setKeyType
(String t) void
setKeyVersion
(int version) void
setPrivateKey
(Key key) void
setPublicKey
(Key key) toString()
void
-
Constructor Details
-
UserKeys
public UserKeys() -
UserKeys
-
-
Method Details
-
decrypt
- Throws:
Exception
-
getKeyType
-
setKeyType
-
getKeyNum
public int getKeyNum() -
setKeyNum
public void setKeyNum(int num) -
getKeyVersion
public int getKeyVersion() -
setKeyVersion
public void setKeyVersion(int version) -
getPublicKey
-
setPublicKey
-
getPrivateKey
-
setPrivateKey
-
encrypt
- Throws:
Exception
-
updateData
public void updateData()- Overrides:
updateData
in classTLV
-
toString
-