error in the BasicECDSAExample program
I am getting the following error:
BasicECDSAExample.java:18: cannot find symbol
symbol : variable Utils
location: class BasicECDSAExample
signature.initSign(keyPair.getPrivate(),Utils.crea teFixedRandom());
^
1 error
is it because i am not using the bouncycastle provider?
Kindly provide me with a solution to be used with only jdk.
|