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. formatsMethods in org.kapott.hbci.passport.storage that return PassportFormat Modifier and Type Method Description private static PassportFormatPassportStorage. 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 classAbstractFormatAbstrakte Basis-Klasse der Formate.classAESFormatImplementierung des neuen AES-basierten Formats.classLegacyFormatLiest Dateien im alten HBCI4Java-Format.
-