Skip to content

Instantly share code, notes, and snippets.

@ryctabo
Created February 4, 2018 23:27
Show Gist options
  • Save ryctabo/6d48b03bcc58d35a771e8a6faedec3f3 to your computer and use it in GitHub Desktop.
Save ryctabo/6d48b03bcc58d35a771e8a6faedec3f3 to your computer and use it in GitHub Desktop.
Print key format to save
LOG.info(String.format("Public key format: %s", publicKey.getFormat()));
LOG.info(String.format("Private key format: %s", privateKey.getFormat()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment