Salut à tous;
J'ai le code suivant:
Alors la ligne suivante:Code:
1
2
3
4
5
6
7 //.... cipher.init(Cipher.DECRYPT_MODE,pkPublicKey); byte [] new mdc = cipher.doFinal(signature); //...
m'a donner 2 phautes et je peux pas resoudre le pb j'espere que vous pouvez.Code:byte [] new mdc = cipher.doFinal(signature);
Merci d'avance.Citation:
not a statement
expected ;