Class RDH2Format
- java.lang.Object
-
- de.willuhn.jameica.hbci.passports.rdh.keyformat.AbstractKeyFormat
-
- de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat
-
- de.willuhn.jameica.hbci.passports.rdh.keyformat.RDH2Format
-
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.StringgetName()Liefert einen sprechenden Namen des Formats.booleanhasFeature(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
-
Methods inherited from class de.willuhn.jameica.hbci.passports.rdh.keyformat.AbstractKeyFormat
compareTo, getOrder
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:KeyFormatLiefert einen sprechenden Namen des Formats.- Specified by:
getNamein interfaceKeyFormat- Overrides:
getNamein classHBCI4JavaFormat- Returns:
- Sprechender Name.
- See Also:
KeyFormat.getName()
-
hasFeature
public boolean hasFeature(int feature)
Description copied from interface:KeyFormatPrueft, ob das Format das angegebene Feature unterstuetzt.- Specified by:
hasFeaturein interfaceKeyFormat- Overrides:
hasFeaturein classHBCI4JavaFormat- Parameters:
feature- das geforderte Feature.- Returns:
- true, wenn es unterstuetzt wird.
- See Also:
KeyFormat.hasFeature(int)
-
-