Reputation: 220
I want to encode/decode a string in two different java environment and those enviroments use different jre implementations. Can I use a keystore generated in IBM jre implementation, in oracle jre implementation ?
Upvotes: 2
Views: 108
Reputation: 719
You can use it keystore in any Java environment. I have one key for to sign my Android app on Mac, then use it on PC to make changes and on my Android phone too when I use my app. It is universal.
Upvotes: 2