|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.hbci.passports.rdh.RDHKeyFactory
public class RDHKeyFactory
Diese Klasse verwaltet die RDH-Schluessel.
| Constructor Summary | |
|---|---|
RDHKeyFactory()
|
|
| Method Summary | |
|---|---|
static void |
addKey(RDHKey key)
Fuegt den Key zur Liste der bekannten Schluessel hinzu. |
static void |
createKey(java.io.File f)
Erstellt einen neuen Schluessel from Scratch. |
static RDHKey |
findByKonto(de.willuhn.jameica.hbci.rmi.Konto konto)
Sucht nach dem Schluessel. |
static KeyFormat[] |
getKeyFormats(int neededFeature)
Durchsucht den Classpath nach unterstuetzten Schluesselformaten. |
static de.willuhn.datasource.GenericIterator |
getKeys()
Liefert die Liste der bekannten Schluessel. |
static void |
importKey(java.io.File f)
Versucht, die angegebene Datei zu importieren. |
static void |
removeKey(RDHKey key)
Entfernt einen Key aus der Liste der bekannten Schluessel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDHKeyFactory()
| Method Detail |
|---|
public static KeyFormat[] getKeyFormats(int neededFeature)
neededFeature - das benoetigte Feature der Datei.
KeyFormat.FEATURE_CREATE,
KeyFormat.FEATURE_IMPORTpublic static void importKey(java.io.File f)
f - zu importierender Schluessel.public static void createKey(java.io.File f)
f - die Schluesseldatei.
public static RDHKey findByKonto(de.willuhn.jameica.hbci.rmi.Konto konto)
throws java.rmi.RemoteException,
de.willuhn.util.ApplicationException,
de.willuhn.jameica.system.OperationCanceledException
konto - das Konto, zu dem der Schluessel gesucht wird.
java.rmi.RemoteException
de.willuhn.util.ApplicationException
de.willuhn.jameica.system.OperationCanceledException
public static de.willuhn.datasource.GenericIterator getKeys()
throws java.rmi.RemoteException
java.rmi.RemoteException
public static void addKey(RDHKey key)
throws java.lang.Exception
key - hinzuzufuegender Schluessel.
java.lang.Exception
public static void removeKey(RDHKey key)
throws java.lang.Exception
key - zu entfernender Schluessel.
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||