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 void
fillRecord
(byte[] record, int offset, int length, String value) int
int
getIndex()
void
setBankCode
(String bankCode) void
void
setComAddress
(String comAddress) void
setComService
(int comService) void
setComSuffix
(String comSuffix) void
setCountry
(String country) void
setCustomerId
(String customerId) void
setIndex
(int index) void
setSystemId
(String systemId) void
byte[]
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
-