[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[iaik-jce] applet edition question
Hello,
Some days ago I submitted the following message regarding the
applet version of the iaik library. I sent it from the email
account of a friend, and I did not receive any reply. As this
email is not very reliable, I am sending it again using the email
of my thesis director.
I would be most grateful if you could answer my question because
I am developing my master thesis and need the information to
continue my work.
Thank you very much for your collaboration.
Mariano Jesús Pérez García.
> Hello,
>
> I am a student and I use your IAIK applet edition crypto library.
> I am making an applet for client-server comunication; when I compile the
> applet all is ok, but in run time the following message appears:
>
> Exception occurred during event dispatching:
> java.lang.NoClassDefoundError: iaik\security\provider\IAIK
> at ......
>
> I use the IAIK JCE 2.51 Applet Edition, that I downloaded last week.
> The content of classpath only points to the iaik_jce_ae.jar file, And my Navigator is Netscape ver. 4.06
>
>
> The program source is:
>
> import java.applet.*;
> import java.awt.event.*;
> import java.awt.*;
> import java.lang.*;
> import iaik.security.provider.IAIK;
> import javax.crypto.*;
> public class b2 extends Applet
> {
> Button finexamen;
>
> public void init()
> {
> setLayout(null);
> finexamen= new Button("Terminar examen");
> add(finexamen);
> finexamen.setBounds(10,10,100,25);
> finexamen.addActionListener(new pulsacion());
> }
>
> class pulsacion implements ActionListener
> {
> public void actionPerformed(ActionEvent e)
> {
> Label lf=new Label("¡¡¡... Enviando el examen...!!!");
> add(lf);
> lf.setBounds(10,30,300,25);
> try
> {
> iaik.security.provider.IAIK.addAsProvider(true);
> RSAPrivateKey rsa_priv_key =new RSAPrivateKey (new FileInputStream("C:\\jdk1.2\\bin\\cliente\\"+archivo+".prv"));
> RSAPublicKey rsa_pub_key =new RSAPublicKey (new FileInputStream("C:\\jdk1.2\\bin\\cliente\\"+archivo+".pub"));
> }
> catch(Exception ex)
> {
> lf.setText("Excepcion: "+ ex.getMessage());
> }
> }
> }
> }
>
>
--
\|||/
( . . )
+------------------o000-----U------000o------------------+
! _ , !
! Antonio Mana Gomez eMail: amg@lcc.uma.es !
! http://www.lcc.uma.es/~amg !
+--------------------------------------------------------+
! Departamento de Lenguajes y Ciencias de la Computacion !
! E.T.S.I.Informatica. Desp. 1.2.B.19 !
! Campus de Teatinos. !
! 29071 MALAGA (SPAIN) !
+--------------------------------------------------------+
! Phone: (+34) 5 213 27 54 Fax: (+34) 5 213 13 97 !
+--------------------------------------------------------+
! PGP KEY TYPE: !
! RSA 1024 !
! KEY FINGERPRINT: !
! 7900 CDBB 9766 AB87 F0CE 5B4F 3DF1 BA56 !
! KEY SERVER: !
! Cert'eM at http://socrates.crypto.lcc.uma.es !
+--------------------------------------------------------+
--
Mailinglist-archive at http://jcewww.iaik.tu-graz.ac.at/mailarchive/iaik-jce/maillist.html
To unsubscribe send an email to listserv@iaik.tu-graz.ac.at with the folowing content: UNSUBSCRIBE iaik-jce