Uses of Interface
org.kapott.hbci.passport.storage.format.PassportFormat
Packages that use PassportFormat
-
Uses of PassportFormat in org.kapott.hbci.passport.storage
Fields in org.kapott.hbci.passport.storage with type parameters of type PassportFormatModifier and TypeFieldDescriptionprivate static Map
<String, PassportFormat> PassportStorage.formats
Methods in org.kapott.hbci.passport.storage that return PassportFormatModifier and TypeMethodDescriptionprivate static PassportFormat
PassportStorage.getSaveFormat
(HBCIPassport passport) Liefert das fuer die Speicherung zu verwendende Dateiformat.Methods in org.kapott.hbci.passport.storage that return types with arguments of type PassportFormatModifier and TypeMethodDescriptionprivate static List
<PassportFormat> PassportStorage.getLoadFormats()
Liefert die Passport-Formate in der angegebenen Reihenfolge zum Laden. -
Uses of PassportFormat in org.kapott.hbci.passport.storage.format
Classes in org.kapott.hbci.passport.storage.format that implement PassportFormatModifier and TypeClassDescriptionclass
Abstrakte Basis-Klasse der Formate.class
Implementierung des neuen AES-basierten Formats.class
Liest Dateien im alten HBCI4Java-Format.