* @see de.willuhn.jameica.hbci.passports.rdh.keyformat.KeyFormat#createKey(java.io.File)
*/
public RDHKey createKey(File file) throws ApplicationException, OperationCanceledException
{
HBCIHandler handler = null;
RDHKeyImpl key = null;
try
{
key = new RDHKeyImpl(file);
key.setFormat(this);
// Wir machen den Handler einmal auf und wieder zu, damit
// der Schluessel gleich initialisiert wird.
HBCIPassport passport = load(key,true);
passport.saveChanges();