Class BankKeys

java.lang.Object
org.kapott.hbci.passport.rdhXfile.TLV
org.kapott.hbci.passport.rdhXfile.BankKeys

public class BankKeys extends TLV
  • Field Details

    • countrycode

      private String countrycode
    • blz

      private String blz
    • keytype

      private int keytype
    • keyversion

      private int keyversion
    • keynum

      private int keynum
    • keyname

      private String keyname
    • modulus

      private byte[] modulus
    • exponent

      private byte[] exponent
    • key

      private PublicKey key
  • Constructor Details

    • BankKeys

      public BankKeys()
    • BankKeys

      public BankKeys(TLV tlv)
  • Method Details

    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry(String country)
    • getBLZ

      public String getBLZ()
    • setBLZ

      public void setBLZ(String blz)
    • getKeyType

      public String getKeyType()
    • getHBCIKey

      public HBCIKey getHBCIKey()
    • setKey

      public void setKey(String keytype, HBCIKey key)
    • updateData

      public void updateData()
      Overrides:
      updateData in class TLV
    • toString

      public String toString()
      Overrides:
      toString in class Object