Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create RSA Public Key from b64 encoded string

843811Apr 15 2007 — edited Apr 18 2007
Good Evening,

Can anyone point me in the right direction to take the modulus and exponet that have been b64 encoded and convert them back to a key?

For example, how you you turn the key below into an RSA public key?

<Modulus>13c5sP/ocFDNTIOU6GdITBumBKyPee5uluUnCQoVmxZWqj9lIyvNhkjxg3X2XFwEJjBcRqp7EmHQgeDyh14QpvsvB2fPWpEsrLtVNpOq9ZWbzcUNiUkVTL1N8QBdpB4ndtFzGeWTxJdKKGNlezzoUjh1nKdHq/+mLL4hWhInajk=</Modulus>
<Exponent>AQAB</Exponent>

Thanks,
Doug
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 16 2007
Added on Apr 15 2007
5 comments
1,683 views