Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Still Help with Bouncy castle provider !!

843810Nov 12 2002 — edited Nov 17 2002
hI,
i downloaded bcprov-jdk14-115.jar which suppose work for j2sdk1.4.0_01
from http://www.bouncycastle.org/latest_releases.html,
and set classpath to this file. also i import java.security.* and
import javax.crypto.*
when i compile a program over j2sdk1.4.0_01
i got the error: package org.bouncycastle.jce.provider does not exist
package org.bouncycastle.jce.provider does not exist
Security.addProvider(new
bouncycastle.jce.provider.BouncyCastleProvider());

Any idea? , thanks million!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 15 2002
Added on Nov 12 2002
7 comments
1,214 views