Uses of Class
org.kapott.hbci.passport.HBCIPassportList.Entry
-
Packages that use HBCIPassportList.Entry Package Description org.kapott.hbci.passport Passports repräsentieren die HBCI-Sicherheitsmedien, mit denen Zugangsdaten eines Bankkunden verwaltet werden. -
-
Uses of HBCIPassportList.Entry in org.kapott.hbci.passport
Fields in org.kapott.hbci.passport with type parameters of type HBCIPassportList.Entry Modifier and Type Field Description private java.util.List<HBCIPassportList.Entry>
HBCIPassportList. passports
Methods in org.kapott.hbci.passport that return types with arguments of type HBCIPassportList.Entry Modifier and Type Method Description private java.util.Iterator<HBCIPassportList.Entry>
HBCIPassportList. iterator()
Methods in org.kapott.hbci.passport with parameters of type HBCIPassportList.Entry Modifier and Type Method Description private void
HBCIPassportList. addPassport(HBCIPassportList.Entry entry)
-