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 classEin Handle für genau einen HBCI-Zugang.final classfinal classKapselt die authentifizierten Initialisierungsdialoge.Fields in org.kapott.hbci.manager declared as IHandlerDataMethods in org.kapott.hbci.manager that return IHandlerDataMethods in org.kapott.hbci.manager with parameters of type IHandlerDataModifier and TypeMethodDescriptionstatic HBCIKernelHBCIKernelFactory.getKernel(IHandlerData parentHandlerData, String hbciversion) Neues HBCI-Kernel-Objekt erzeugen.voidHBCIKernelImpl.setParentHandlerData(IHandlerData parentHandlerData) Constructors in org.kapott.hbci.manager with parameters of type IHandlerData -
Uses of IHandlerData in org.kapott.hbci.passport
Fields in org.kapott.hbci.passport declared as IHandlerDataMethods 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 TypeMethodDescriptionvoidAbstractHBCIPassport.setParentHandlerData(IHandlerData handler) voidHBCIPassportInternal.setParentHandlerData(IHandlerData handler) -
Uses of IHandlerData in org.kapott.hbci.security
Fields in org.kapott.hbci.security declared as IHandlerDataModifier and TypeFieldDescriptionprivate IHandlerDataCrypt.handlerdataprivate IHandlerDataSig.handlerdataMethods in org.kapott.hbci.security with parameters of type IHandlerDataModifier and TypeMethodDescriptionvoidCrypt.init(IHandlerData handlerdata, MSG msg) voidSig.init(IHandlerData handlerdata, MSG msg, HBCIPassportList passports) private voidCrypt.initData(IHandlerData handlerdata, MSG msg) private voidSig.initData(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)