Uses of Interface
org.kapott.hbci.passport.storage.format.PassportFormat
-
Packages that use PassportFormat Package Description org.kapott.hbci.passport.storage org.kapott.hbci.passport.storage.format -
-
Uses of PassportFormat in org.kapott.hbci.passport.storage
Fields in org.kapott.hbci.passport.storage with type parameters of type PassportFormat Modifier and Type Field Description private static java.util.Map<java.lang.String,PassportFormat>
PassportStorage. formats
Methods in org.kapott.hbci.passport.storage that return PassportFormat Modifier and Type Method Description private 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 PassportFormat Modifier and Type Method Description private static java.util.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 PassportFormat Modifier and Type Class Description class
AbstractFormat
Abstrakte Basis-Klasse der Formate.class
AESFormat
Implementierung des neuen AES-basierten Formats.class
LegacyFormat
Liest Dateien im alten HBCI4Java-Format.
-