Uses of Interface
org.kapott.hbci.manager.IHandlerData
-
Packages that use IHandlerData Package Description org.kapott.hbci.manager Package, welches diverse Klassen für den Zugriff auf die Funktionen von HBCI4Java enthält.org.kapott.hbci.passport Passports repräsentieren die HBCI-Sicherheitsmedien, mit denen Zugangsdaten eines Bankkunden verwaltet werden.org.kapott.hbci.security org.kapott.hbci.security.factory -
-
Uses of IHandlerData in org.kapott.hbci.manager
Classes in org.kapott.hbci.manager that implement IHandlerData Modifier and Type Class Description classHBCIHandlerEin Handle für genau einen HBCI-Zugang.classHBCIInstituteclassHBCIUserKapselt die authentifizierten Initialisierungsdialoge.Methods in org.kapott.hbci.manager that return IHandlerData Modifier and Type Method Description IHandlerDataHBCIKernelImpl. getParentHandlerData()Methods in org.kapott.hbci.manager with parameters of type IHandlerData Modifier and Type Method Description static HBCIKernelHBCIKernelFactory. getKernel(IHandlerData parentHandlerData, java.lang.String hbciversion)Neues HBCI-Kernel-Objekt erzeugen.voidHBCIKernelImpl. setParentHandlerData(IHandlerData parentHandlerData)Constructors in org.kapott.hbci.manager with parameters of type IHandlerData Constructor Description HBCIKernelImpl(IHandlerData parentHandlerData, java.lang.String hbciversion) -
Uses of IHandlerData in org.kapott.hbci.passport
Methods in org.kapott.hbci.passport that return IHandlerData Modifier and Type Method Description IHandlerDataAbstractHBCIPassport. getParentHandlerData()IHandlerDataHBCIPassportInternal. getParentHandlerData()Methods in org.kapott.hbci.passport with parameters of type IHandlerData Modifier and Type Method Description voidAbstractHBCIPassport. setParentHandlerData(IHandlerData handler)voidHBCIPassportInternal. setParentHandlerData(IHandlerData handler) -
Uses of IHandlerData in org.kapott.hbci.security
Methods in org.kapott.hbci.security with parameters of type IHandlerData Modifier and Type Method Description voidCrypt. init(IHandlerData handlerdata, MSG msg)voidSig. init(IHandlerData handlerdata, MSG msg, HBCIPassportList passports)Constructors in org.kapott.hbci.security with parameters of type IHandlerData Constructor Description Crypt(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 IHandlerData Modifier and Type Method Description CryptCryptFactory. createCrypt(IHandlerData handlerdata, MSG msg)SigSigFactory. createSig(IHandlerData handlerdata, MSG msg, HBCIPassportList passports)
-