}
signature = RSA.sign(note_crypte + message + certif, (PrivateKey) RSA.readKeyFromFile(Config.Config.getInstance().getPathPrivateKey()));
NoteJDOM notefile = new NoteJDOM(path);
notefile.addNote(certif, message, note_crypte.toString(), signature);
notefile.save();
return path;
}