public void write(File file) throws IOException {
   write(file.toPath());
 }
 public static VotifierKeyPair read(File file) throws Exception {
   return read(file.toPath());
 }