Uses of Enum
org.kapott.hbci.manager.HHDVersion
Packages that use HHDVersion
Package
Description
Package, welches diverse Klassen für den Zugriff auf die Funktionen
von HBCI4Java enthält.
-
Uses of HHDVersion in org.kapott.hbci.manager
Fields in org.kapott.hbci.manager declared as HHDVersionFields in org.kapott.hbci.manager with type parameters of type HHDVersionMethods in org.kapott.hbci.manager that return HHDVersionModifier and TypeMethodDescriptionstatic HHDVersionHHDVersion.find(Properties secmech) Ermittelt die zu verwendende HHD-Version aus den BPD-Informationen des TAN-Verfahrens.static HHDVersionReturns the enum constant of this type with the specified name.static HHDVersion[]HHDVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kapott.hbci.manager with parameters of type HHDVersionModifier and TypeMethodDescriptionprivate static FlickerCode.HHDVersionFlickerCode.HHDVersion.find(HHDVersion h) Versucht die HHD-Version zu ermitteln.static FlickerCodeFlickerCode.tryParse(HHDVersion hhd, String challenge, String hhduc) Versucht, aus Challenge und Challenge HHDuc den Flicker-Code zu extrahieren und ihn in einen flickerfaehigen Code umzuwandeln.Constructors in org.kapott.hbci.manager with parameters of type HHDVersionModifierConstructorDescriptionFlickerCode(HHDVersion hhd, String code) ct.privateHHDVersion(HHDVersion... assigned) ct.