I am working on a client server based application.
Where I get PublicKey in this format

as I saved it into String.
Now I want to use this key in my Android(Java code), how can I use this ?
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.
First you need to generate the public key from the pem format you provided, here is my method for doing this:
And here is how I use it to read (decode) the content signed with the public key provided.