Uses of Interface
org.kapott.hbci.manager.IHandlerData
Packages that use IHandlerData
Package
Description
Package, welches diverse Klassen für den Zugriff auf die Funktionen
von HBCI4Java enthält.
Passports repräsentieren die HBCI-Sicherheitsmedien, mit denen Zugangsdaten
eines Bankkunden verwaltet werden.
-
Uses of IHandlerData in org.kapott.hbci.manager
Classes in org.kapott.hbci.manager that implement IHandlerDataModifier and TypeClassDescriptionfinal class
Ein Handle für genau einen HBCI-Zugang.final class
final class
Kapselt die authentifizierten Initialisierungsdialoge.Methods in org.kapott.hbci.manager that return IHandlerDataMethods in org.kapott.hbci.manager with parameters of type IHandlerDataModifier and TypeMethodDescriptionstatic HBCIKernel
HBCIKernelFactory.getKernel
(IHandlerData parentHandlerData, String hbciversion) Neues HBCI-Kernel-Objekt erzeugen.void
HBCIKernelImpl.setParentHandlerData
(IHandlerData parentHandlerData) Constructors in org.kapott.hbci.manager with parameters of type IHandlerData -
Uses of IHandlerData in org.kapott.hbci.passport
Methods in org.kapott.hbci.passport that return IHandlerDataModifier and TypeMethodDescriptionAbstractHBCIPassport.getParentHandlerData()
HBCIPassportInternal.getParentHandlerData()
Methods in org.kapott.hbci.passport with parameters of type IHandlerDataModifier and TypeMethodDescriptionvoid
AbstractHBCIPassport.setParentHandlerData
(IHandlerData handler) void
HBCIPassportInternal.setParentHandlerData
(IHandlerData handler) -
Uses of IHandlerData in org.kapott.hbci.security
Methods in org.kapott.hbci.security with parameters of type IHandlerDataModifier and TypeMethodDescriptionvoid
Crypt.init
(IHandlerData handlerdata, MSG msg) void
Sig.init
(IHandlerData handlerdata, MSG msg, HBCIPassportList passports) Constructors in org.kapott.hbci.security with parameters of type IHandlerDataModifierConstructorDescriptionCrypt
(IHandlerData handlerdata, MSG msg) Sig
(IHandlerData handlerdata, MSG msg, HBCIPassportList passports) -
Uses of IHandlerData in org.kapott.hbci.security.factory
Methods in org.kapott.hbci.security.factory with parameters of type IHandlerDataModifier and TypeMethodDescriptionCryptFactory.createCrypt
(IHandlerData handlerdata, MSG msg) SigFactory.createSig
(IHandlerData handlerdata, MSG msg, HBCIPassportList passports)