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
- All Implemented Interfaces:
KeyFormat,Comparable<KeyFormat>
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 -
Method Summary
Modifier and TypeMethodDescriptiongetName()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, loadMethods inherited from class de.willuhn.jameica.hbci.passports.rdh.keyformat.AbstractKeyFormat
compareTo, getOrder
-
Constructor Details
-
RDH2Format
public RDH2Format()
-
-
Method Details
-
getName
Description copied from interface:KeyFormatLiefert einen sprechenden Namen des Formats.- Specified by:
getNamein interfaceKeyFormat- Overrides:
getNamein classHBCI4JavaFormat- Returns:
- Sprechender Name.
- See Also:
-
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:
-