AbstractSizRdhFormat
, HBCI4JavaFormat
, RDH2Format
, SizRdhDirectFormat
, SizRdhFormat
public interface KeyFormat
Modifier and Type | Field | Description |
---|---|---|
static int |
FEATURE_CREATE |
Konstante fuer das Feature "Schluessel erstellen".
|
static int |
FEATURE_IMPORT |
Konstante fuer das Feature "Schluessel importieren".
|
Modifier and Type | Method | Description |
---|---|---|
RDHKey |
createKey(java.io.File file) |
Erzeugt einen neuen Schluessel.
|
java.lang.String |
getName() |
Liefert einen sprechenden Namen des Formats.
|
boolean |
hasFeature(int feature) |
Prueft, ob das Format das angegebene Feature unterstuetzt.
|
RDHKey |
importKey(java.io.File file) |
Importiert einen Schluessel.
|
org.kapott.hbci.passport.HBCIPassport |
load(RDHKey key) |
Laedt einen Schluessel.
|
static final int FEATURE_IMPORT
static final int FEATURE_CREATE
java.lang.String getName()
RDHKey importKey(java.io.File file) throws de.willuhn.util.ApplicationException, de.willuhn.jameica.system.OperationCanceledException
file
- die Schluesseldatei.de.willuhn.util.ApplicationException
- Fehler.de.willuhn.jameica.system.OperationCanceledException
- wenn der Import abgebrochen werden soll.RDHKey createKey(java.io.File file) throws de.willuhn.util.ApplicationException, de.willuhn.jameica.system.OperationCanceledException
file
- Ziel-Datei, in der der Schluessel erzeugt werden soll.de.willuhn.util.ApplicationException
de.willuhn.jameica.system.OperationCanceledException
boolean hasFeature(int feature)
feature
- das geforderte Feature.org.kapott.hbci.passport.HBCIPassport load(RDHKey key) throws de.willuhn.util.ApplicationException, de.willuhn.jameica.system.OperationCanceledException
key
- der Schluessel.de.willuhn.util.ApplicationException
de.willuhn.jameica.system.OperationCanceledException