Skip to content

Instantly share code, notes, and snippets.

@MaartenSmeets
Created October 27, 2018 10:16
Show Gist options
  • Save MaartenSmeets/231238e5cca75d7b790ab47171ac1140 to your computer and use it in GitHub Desktop.
Save MaartenSmeets/231238e5cca75d7b790ab47171ac1140 to your computer and use it in GitHub Desktop.
Access key from keystore instance
PasswordProtection pp = new PasswordProtection(prop.getProperty("keypassword").toCharArray());
KeyStore.PrivateKeyEntry pkEntry = (KeyStore.PrivateKeyEntry) ks.getEntry(prop.getProperty("keyalias"), pp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment