KeyFormat
public class SizRdhDirectFormat extends AbstractSizRdhFormat
i18n
FEATURE_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, hasFeature
public java.lang.String getName()
KeyFormat
KeyFormat.getName()
public RDHKey importKey(java.io.File file) throws de.willuhn.util.ApplicationException, de.willuhn.jameica.system.OperationCanceledException
KeyFormat
file
- 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
KeyFormat
key
- der Schluessel.de.willuhn.util.ApplicationException
de.willuhn.jameica.system.OperationCanceledException
KeyFormat.load(de.willuhn.jameica.hbci.passports.rdh.rmi.RDHKey)