Class RDH2Format
- java.lang.Object
-
- de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat
-
- de.willuhn.jameica.hbci.passports.rdh.keyformat.RDH2Format
-
- All Implemented Interfaces:
KeyFormat
public class RDH2Format extends HBCI4JavaFormat
Implementierung des Schluesselformats fuer RDH2. http://www.onlinebanking-forum.de/phpBB2/viewtopic.php?p=50285
-
-
Field Summary
-
Fields inherited from interface de.willuhn.jameica.hbci.passports.rdh.keyformat.KeyFormat
FEATURE_CREATE, FEATURE_IMPORT
-
-
Constructor Summary
Constructors Constructor Description RDH2Format()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Liefert einen sprechenden Namen des Formats.boolean
hasFeature(int feature)
Prueft, ob das Format das angegebene Feature unterstuetzt.-
Methods inherited from class de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat
createKey, importKey, load
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:KeyFormat
Liefert einen sprechenden Namen des Formats.- Specified by:
getName
in interfaceKeyFormat
- Overrides:
getName
in classHBCI4JavaFormat
- Returns:
- Sprechender Name.
- See Also:
KeyFormat.getName()
-
hasFeature
public boolean hasFeature(int feature)
Description copied from interface:KeyFormat
Prueft, ob das Format das angegebene Feature unterstuetzt.- Specified by:
hasFeature
in interfaceKeyFormat
- Overrides:
hasFeature
in classHBCI4JavaFormat
- Parameters:
feature
- das geforderte Feature.- Returns:
- true, wenn es unterstuetzt wird.
- See Also:
KeyFormat.hasFeature(int)
-
-