Class BankKeys
- java.lang.Object
-
- org.kapott.hbci.passport.rdhXfile.TLV
-
- org.kapott.hbci.passport.rdhXfile.BankKeys
-
public class BankKeys extends TLV
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
blz
private java.lang.String
countrycode
private byte[]
exponent
private java.security.PublicKey
key
private java.lang.String
keyname
private int
keynum
private int
keytype
private int
keyversion
private byte[]
modulus
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBLZ()
java.lang.String
getCountry()
HBCIKey
getHBCIKey()
java.lang.String
getKeyType()
void
setBLZ(java.lang.String blz)
void
setCountry(java.lang.String country)
void
setKey(java.lang.String keytype, HBCIKey key)
java.lang.String
toString()
void
updateData()
-
-
-
Field Detail
-
countrycode
private java.lang.String countrycode
-
blz
private java.lang.String blz
-
keytype
private int keytype
-
keyversion
private int keyversion
-
keynum
private int keynum
-
keyname
private java.lang.String keyname
-
modulus
private byte[] modulus
-
exponent
private byte[] exponent
-
key
private java.security.PublicKey key
-
-
Constructor Detail
-
BankKeys
public BankKeys()
-
BankKeys
public BankKeys(TLV tlv)
-
-
Method Detail
-
getCountry
public java.lang.String getCountry()
-
setCountry
public void setCountry(java.lang.String country)
-
getBLZ
public java.lang.String getBLZ()
-
setBLZ
public void setBLZ(java.lang.String blz)
-
getKeyType
public java.lang.String getKeyType()
-
getHBCIKey
public HBCIKey getHBCIKey()
-
setKey
public void setKey(java.lang.String keytype, HBCIKey key)
-
updateData
public void updateData()
- Overrides:
updateData
in classTLV
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-