Hello again..i have a problem on importing sun.misc.BASE64 Decoder, when i type for example
i get an error saying cannot find symbol..i already put
but when i type
i doesn't have any error..
can somebody help me with this?..
Code:
System.out.println("Cipher Text: " + new sun.misc.BASE64Decoder(ciphertext));
Code:
import sun.misc.BASE64Decoder.*;
Code:
return new sun.misc.BASE64Encoder().encode(bos.toByteArray());
can somebody help me with this?..
Comment