Skip to content

Instantly share code, notes, and snippets.

@matzew
Created March 22, 2017 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matzew/57b3b77d6419937f31dd6b65f928d289 to your computer and use it in GitHub Desktop.
Save matzew/57b3b77d6419937f31dd6b65f928d289 to your computer and use it in GitHub Desktop.
java.security.ProviderException: java.io.IOException: Only uncompressed point format supported
at sun.security.ec.ECParameters.decodePoint(ECParameters.java:88)
at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:138)
at java.security.KeyPairGenerator$Delegate.generateKeyPair(KeyPairGenerator.java:704)
at com.relayrides.pushy.apns.KeyPairUtil.generateKeyPair(KeyPairUtil.java:15)
at com.relayrides.pushy.apns.MockApnsServerTest.testRegisterPublicKey(MockApnsServerTest.java:46)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment