|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat
public class HBCI4JavaFormat
Implementierung des Schluesselformats von HBCI4Java.
| Field Summary |
|---|
| Fields inherited from interface de.willuhn.jameica.hbci.passports.rdh.keyformat.KeyFormat |
|---|
FEATURE_CREATE, FEATURE_IMPORT |
| Constructor Summary | |
|---|---|
HBCI4JavaFormat()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HBCI4JavaFormat()
| Method Detail |
|---|
public java.lang.String getName()
KeyFormat
getName in interface KeyFormatKeyFormat.getName()public boolean hasFeature(int feature)
KeyFormat
hasFeature 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
KeyFormat
importKey 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
KeyFormat
createKey in interface KeyFormatfile - Ziel-Datei, in der der Schluessel erzeugt werden soll.
de.willuhn.util.ApplicationException
de.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
KeyFormat
load in interface KeyFormatkey - der Schluessel.
de.willuhn.util.ApplicationException
de.willuhn.jameica.system.OperationCanceledExceptionKeyFormat.load(de.willuhn.jameica.hbci.passports.rdh.rmi.RDHKey)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||