I want to access data feed of my Google Data. I am using gdata private library. How do I generate RSA-Key using Java Keytool ? How do I convert that key to .pk8 format ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How to generate the RSA key can be found in the Google API documentation:
http://code.google.com/intl/de-DE/apis/gdata/docs/auth/authsub.html#Registered
Using Java keytools is very similar.
First, generate the key pair:
Then you can export the certificate:
AFAIK private keys can not be exported directly via keytool.