posted 15 years ago
hi i have written a code for encryption of file keystore.ks
but it is showing an error at this point
AT THIS LINE ERROR IS COMING
cis = new CipherInputStream(fis,encrypt);
ERROR : fis variable might not have been initalized .
bUT i have initialized it in the program as
FileInputStream fis
could anyone please help me out in resolving this error please