KeyFormatpublic class SizRdhDirectFormat extends AbstractSizRdhFormat
i18nFEATURE_CREATE, FEATURE_IMPORT| Constructor | Description |
|---|---|
SizRdhDirectFormat() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getName() |
Liefert einen sprechenden Namen des Formats.
|
RDHKey |
importKey(java.io.File file) |
Importiert einen Schluessel.
|
org.kapott.hbci.passport.HBCIPassport |
load(RDHKey key) |
Laedt einen Schluessel.
|
createKey, getRDHLib, hasFeaturepublic java.lang.String getName()
KeyFormatKeyFormat.getName()public RDHKey importKey(java.io.File file) throws de.willuhn.util.ApplicationException, de.willuhn.jameica.system.OperationCanceledException
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 org.kapott.hbci.passport.HBCIPassport load(RDHKey key) throws de.willuhn.util.ApplicationException, de.willuhn.jameica.system.OperationCanceledException
KeyFormatkey - der Schluessel.de.willuhn.util.ApplicationExceptionde.willuhn.jameica.system.OperationCanceledExceptionKeyFormat.load(de.willuhn.jameica.hbci.passports.rdh.rmi.RDHKey)