without Bouncy castle ECC cannot be implemented?
i am implementing ECC encryption in java. without bouncy castle ECC cannot be implemented??? It is possible to implement ECC with JDK1.7 without importing any package like bouncy castle.
Whether JDK1.7 has any predefined method to addition or multiplication of point in elliptic curve with random number ie(Q=KP) where p is point, k is number.
pls clarify the doubt
Last edited by nivsri; October 2nd, 2010 at 11:04 AM..
Reason: clarify
|