get Modulus and exp from public key
843811Dec 10 2005 — edited Dec 14 2005Hi friends,
I'm extracting the public key from the X.509 certificate .Is there
any way i can extract modulus and exponent from the public
key. i'm using bouncy castle api . Any suggestions are greatly appreciated.
//Generate Certificate
//Extract public key
PublicKey merchKey = cert.getPublicKey();
//Pls suggest the way to extract mod and exp from public key
Regards
Jag