|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KeyFormat
Interface fuer die unterstuetzten Schluessel-Formate. Implementierungen muessen der Bean-Spezifikation entsprechen, also einen parameterlosen Konstruktor mit dem Modifier public besitzen.
| Field Summary | |
|---|---|
static int |
FEATURE_CREATE
Konstante fuer das Feature "Schluessel erstellen". |
static int |
FEATURE_IMPORT
Konstante fuer das Feature "Schluessel importieren". |
| 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. |
| Field Detail |
|---|
static final int FEATURE_IMPORT
static final int FEATURE_CREATE
| Method Detail |
|---|
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.OperationCanceledExceptionboolean 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||