sshcheung / javapns

Automatically exported from code.google.com/p/javapns
0 stars 0 forks source link

IBM KeyManagerFactory is not supported #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Run the working example on the IBM JVM

What is the expected output? What do you see instead?
SSL errors

What version of the product are you using? On what operating system?
Linux, latest version

Please provide any additional information below.
There's hardcode as I can see

        private static final String ALGORITHM = "sunx509";

Please make a parameter optionally so it could be changed for IBM JVM 
environment

Original issue reported on code.google.com by asalab...@gmail.com on 14 Jan 2011 at 2:20

GoogleCodeExporter commented 8 years ago
implementing change suggested from issue 41

Original comment by idbill.p...@gmail.com on 19 Jan 2011 at 10:14