From: Marc Vila Perez <mvila@dgtic.caib.es>
To: "'java-security@java.sun.com'" <java-security@web2.javasoft.com>
Date: Wed, 27 May 1998 12:53:40 +0200
Hi everybody!
How can I obtain the public modulus and the exponents of the private and
the public keys?
(for example, for the RSA algorithm)
I generate a KeyPairGenerator,initialize it and generate the pair of keys
(generateKeyPair(), and the getPublic() and getPrivate()). But I don't know
how can i obtain the exponent and the modulus of each key.
Can anybody help me?
Thank you very much. Bye
Marc