This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
we are developing a small privacy tool in java (as a diploma thesis) and experienced some problems with gcj and certificates:
Afterwards I tried to do something with x509 certificates (generating, verifying) and store these in this keystore. I was very happy when I saw compile it too. But when I wanted to launch this compiled program, I got the following error message:
Exception in thread "main" java.lang.ExceptionInInitializerError at org.bouncycastle.asn1.x509.Time.getDate() [...] Caused by: java.util.MissingResourceException: Bundle gnu/regexp/MessagesBundle not found at org.bouncycastle.asn1.x509.Time.getDate()
Is there a workaround to solve this problem, whitout changing the code from the bouncy castle library?
Or is there any other way, to deal with x509 certificates and keystores, which I can compile using gcj? (I know the GNU Crypto Library, but i couldn't find x509 Certificate generators...)
Has anybody tried to compile a program to native, that deals with smart cards (with PKCS#11)? Sun has a new PKCS11-Provider. Is there a posibility to use this mentioned provider or do I have to use another framework like opencard or opensc?
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |