green.it
green.it

Reputation: 220

can I use a keystore generated by java keytool in a different jre implementation

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

Answers (1)

Izold Tytykalo
Izold Tytykalo

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

Related Questions