Package org.kapott.hbci.manager
Class HBCIUtilsInternal
java.lang.Object
org.kapott.hbci.manager.HBCIUtilsInternal
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Properties
static Hashtable
<ThreadGroup, HBCICallback> static Hashtable
<ThreadGroup, Locale> static Hashtable
<ThreadGroup, ResourceBundle> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
ba2string
(byte[] ba) static String
bigDecimal2String
(BigDecimal value) static String
getAlgForBLZ
(String blz) Liefert das Pruefziffern-Verfahren fuer diese Bank.static String
getBLZData
(String blz) Deprecated.static HBCICallback
static String
static String
static String
static String[]
getNextRelativePathElem
(String currentPath, String targetPath) static String
getNthToken
(String st, int idx) Deprecated.BitteHBCIUtils.getBankInfo(String)
verwenden.static int
getPosiOfNextDelimiter
(String st, int posi) static boolean
ignoreError
(HBCIPassport passport, String paramName, String msg) static long
string2Long
(String st, long factor) static String
static String
withCounter
(String st, int idx)
-
Field Details
-
blzs
-
banks
-
callbacks
-
locMsgs
-
locales
-
-
Constructor Details
-
HBCIUtilsInternal
public HBCIUtilsInternal()
-
-
Method Details
-
bigDecimal2String
-
getBLZData
Deprecated.BitteHBCIUtils.getBankInfo(String)
verwenden.Liefert die Zeile aus der blz.properties mit der angegebenen BLZ.- Parameters:
blz
- die BLZ.- Returns:
- die Zeile aus der blz.properties
-
getNthToken
Deprecated.BitteHBCIUtils.getBankInfo(String)
verwenden.Liefert den n-ten Datensatz (beginnend bei 1) aus der Zeile.- Parameters:
st
- die Zeile.idx
- der Index, beginnend bei 1.- Returns:
- der Wert oder Leerstring.
-
getAlgForBLZ
Liefert das Pruefziffern-Verfahren fuer diese Bank.- Parameters:
blz
- die BLZ.- Returns:
- das Pruefziffern-Verfahren fuer diese Bank.
-
getCallback
-
getLocMsg
-
getLocMsg
-
getLocMsg
-
ignoreError
-
string2Long
-
withCounter
-
getNextRelativePathElem
-
getPosiOfNextDelimiter
-
ba2string
-
stripLeadingZeroes
-
HBCIUtils.getBankInfo(String)
verwenden.