Class HBCIAccount.UserKeys
java.lang.Object
org.kapott.hbci.passport.rdhXfile.TLV
org.kapott.hbci.passport.rdhXfile.HBCIAccount.UserKeys
- Enclosing class:
HBCIAccount
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidintintvoidsetKeyNum(int num) voidsetKeyType(String t) voidsetKeyVersion(int version) voidsetPrivateKey(Key key) voidsetPublicKey(Key key) toString()void
-
Field Details
-
keytype
private int keytype -
keynum
private int keynum -
keyversion
private int keyversion -
exponent
private byte[] exponent -
modulus
private byte[] modulus -
encPrivateKey
private byte[] encPrivateKey -
p
private byte[] p -
q
private byte[] q -
dP
private byte[] dP -
dQ
private byte[] dQ -
Ap
private byte[] Ap -
Aq
private byte[] Aq
-
-
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:
updateDatain classTLV
-
toString
-