Package org.kapott.hbci.smartcardio
Class RSABankData
java.lang.Object
org.kapott.hbci.smartcardio.RSABankData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidfillRecord(byte[] record, int offset, int length, String value) intintgetIndex()voidsetBankCode(String bankCode) voidvoidsetComAddress(String comAddress) voidsetComService(int comService) voidsetComSuffix(String comSuffix) voidsetCountry(String country) voidsetCustomerId(String customerId) voidsetIndex(int index) voidsetSystemId(String systemId) voidbyte[]byte[]toRecord()toString()
-
Field Details
-
index
private int index -
country
-
bankCode
-
userId
-
comService
private int comService -
comAddress
-
comSuffix
-
bankId
-
systemId
-
customerId
-
-
Constructor Details
-
RSABankData
public RSABankData() -
RSABankData
public RSABankData(int index, byte[] record, byte[] customerIdData)
-
-
Method Details
-
fillRecord
-
toRecord
public byte[] toRecord() -
toCustomerIdData
public byte[] toCustomerIdData() -
getIndex
public int getIndex() -
setIndex
public void setIndex(int index) -
getCountry
-
setCountry
-
getBankCode
-
setBankCode
-
getUserId
-
setUserId
-
getComService
public int getComService() -
setComService
public void setComService(int comService) -
getComAddress
-
setComAddress
-
getComSuffix
-
setComSuffix
-
getBankId
-
setBankId
-
getSystemId
-
setSystemId
-
getCustomerId
-
setCustomerId
-
toString
-