Cryptography

i have used some standard algorithm and key for encryption but when we use javap on my .class file, then it is displaying all the used algorithm and key details with which any one can easily decrypt it. So how can i secure my class file.
[251 byte] By [zabia] at [2007-10-2 16:39:44]
# 1
Did you try obfuscating your code?
Bolasanibka at 2007-7-13 17:47:58 > top of Java-index,Archived Forums,Socket Programming...
# 2
> So how can i secure my class file.You can't! You can't secure 'exe' files either. This has been discussed many times in these forums.
sabre150a at 2007-7-13 17:47:58 > top of Java-index,Archived Forums,Socket Programming...