Skip to content

Instantly share code, notes, and snippets.

@ryctabo
Created February 4, 2018 23:23
Show Gist options
  • Save ryctabo/0c875ba95ec77785f5e7b9697669c502 to your computer and use it in GitHub Desktop.
Save ryctabo/0c875ba95ec77785f5e7b9697669c502 to your computer and use it in GitHub Desktop.
Save pair keys in binary file
try (FileOutputStream out = new FileOutputStream(fileName)) {
out.write(key.getEncoded());
} catch (IOException ex) {
LOG.log(Level.SEVERE, ex.getMessage(), ex);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment