Discussion:
error the import org.bouncycastle.signers cannot be resolved
vs20072014
2014-08-07 14:33:54 UTC
Permalink
Hi there,
I am trying to implement ECDSA using BC libraries.
Unfortunately I am not able to import org.bouncycastle.signers !! :(
I have added bcprov-ext-jdk15on-151.jar and bcprov-jdk15on-151.jar jars
into the project build path.
And I am using JDK 1.7.

Error : "The import org.bouncycastle.signers cannot be resolved"

Please help





--
View this message in context: http://bouncy-castle.1462172.n4.nabble.com/error-the-import-org-bouncycastle-signers-cannot-be-resolved-tp4657279.html
Sent from the Bouncy Castle - Dev mailing list archive at Nabble.com.
David Hook
2014-08-12 00:59:29 UTC
Permalink
There is no package of that name. Also you only need to include one of
bcprov-ext-jdk* or bcprov-jdk*

Regards,

David
Post by vs20072014
Hi there,
I am trying to implement ECDSA using BC libraries.
Unfortunately I am not able to import org.bouncycastle.signers !! :(
I have added bcprov-ext-jdk15on-151.jar and bcprov-jdk15on-151.jar jars
into the project build path.
And I am using JDK 1.7.
Error : "The import org.bouncycastle.signers cannot be resolved"
Please help
--
View this message in context: http://bouncy-castle.1462172.n4.nabble.com/error-the-import-org-bouncycastle-signers-cannot-be-resolved-tp4657279.html
Sent from the Bouncy Castle - Dev mailing list archive at Nabble.com.
Loading...