KeyFormatRDH2Formatpublic class HBCI4JavaFormat extends java.lang.Object implements KeyFormat
FEATURE_CREATE, FEATURE_IMPORT| Constructor | Description |
|---|---|
HBCI4JavaFormat() |
| 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.
|
public java.lang.String getName()
KeyFormatgetName in interface KeyFormatKeyFormat.getName()public boolean hasFeature(int feature)
KeyFormathasFeature in interface KeyFormatfeature - das geforderte Feature.KeyFormat.hasFeature(int)public RDHKey importKey(java.io.File file) throws de.willuhn.util.ApplicationException, de.willuhn.jameica.system.OperationCanceledException
KeyFormatimportKey in interface KeyFormatfile - die Schluesseldatei.de.willuhn.util.ApplicationException - Fehler.de.willuhn.jameica.system.OperationCanceledException - wenn der Import abgebrochen werden soll.KeyFormat.importKey(java.io.File)public RDHKey createKey(java.io.File file) throws de.willuhn.util.ApplicationException, de.willuhn.jameica.system.OperationCanceledException
KeyFormatcreateKey in interface KeyFormatfile - Ziel-Datei, in der der Schluessel erzeugt werden soll.de.willuhn.util.ApplicationExceptionde.willuhn.jameica.system.OperationCanceledExceptionKeyFormat.createKey(java.io.File)public org.kapott.hbci.passport.HBCIPassport load(RDHKey key) throws de.willuhn.util.ApplicationException, de.willuhn.jameica.system.OperationCanceledException
KeyFormatload in interface KeyFormatkey - der Schluessel.de.willuhn.util.ApplicationExceptionde.willuhn.jameica.system.OperationCanceledExceptionKeyFormat.load(de.willuhn.jameica.hbci.passports.rdh.rmi.RDHKey)