I've created an RSA key in Java.  I have exported the public key by
making it into a X509EncodedKeySpec and spitting out the result of
getEncoded().

I want to use this public key to encode something in python that I will
send to Java, and then decode in Java with the corresponding private
key.

Are there any python libraries that will take a public key in this
format and do RSA encoding on it?

-- 
--Rob Knop
  E-mail:    rk...@pobox.com
  Home Page: http://www.pobox.com/~rknop/
  Blog:      http://www.sonic.net/~rknop/blog/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to