Problem for running X509V1CreateExample
Hi David,
I am reading and running some examples from Beginning Cryptography with Java. It is a great book. Examples from chapter 1 to chapter 4 can run perfertly using Eclipse. When I run the code example from Chapter 6, I got into the troubls.
For the code "import org.bouncycastle.x509.X509V1CertificateGenerator;"
the compiler gives me the following error.
"Access restriction: The type X509V1CertificateGenerator is not accessible due to restriction on required library C:\Program Files\Java\jre6\lib\ext\bcprov-jdk14-146.jar"
Can you help me fix this problem. Thanks very much!
|