Class RSABankData

java.lang.Object
org.kapott.hbci.smartcardio.RSABankData

public class RSABankData extends Object
  • Field Details

    • index

      private int index
    • country

      private String country
    • bankCode

      private String bankCode
    • userId

      private String userId
    • comService

      private int comService
    • comAddress

      private String comAddress
    • comSuffix

      private String comSuffix
    • bankId

      private String bankId
    • systemId

      private String systemId
    • customerId

      private String customerId
  • Constructor Details

    • RSABankData

      public RSABankData()
    • RSABankData

      public RSABankData(int index, byte[] record, byte[] customerIdData)
  • Method Details

    • fillRecord

      private void fillRecord(byte[] record, int offset, int length, String value)
    • toRecord

      public byte[] toRecord()
    • toCustomerIdData

      public byte[] toCustomerIdData()
    • getIndex

      public int getIndex()
    • setIndex

      public void setIndex(int index)
    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry(String country)
    • getBankCode

      public String getBankCode()
    • setBankCode

      public void setBankCode(String bankCode)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getComService

      public int getComService()
    • setComService

      public void setComService(int comService)
    • getComAddress

      public String getComAddress()
    • setComAddress

      public void setComAddress(String comAddress)
    • getComSuffix

      public String getComSuffix()
    • setComSuffix

      public void setComSuffix(String comSuffix)
    • getBankId

      public String getBankId()
    • setBankId

      public void setBankId(String bankId)
    • getSystemId

      public String getSystemId()
    • setSystemId

      public void setSystemId(String systemId)
    • getCustomerId

      public String getCustomerId()
    • setCustomerId

      public void setCustomerId(String customerId)
    • toString

      public String toString()
      Overrides:
      toString in class Object