由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 还是不太清楚Re: Java JCE的疑问
相关主题
Java JCE的疑问[职位] 靠谱大公司招聘懂Java Security 程序员。 (转载)
[转载] crypto++ and Java下一步给如何学习?
大侠帮忙看看这个code为什么在jdk1。5下面不能运行An experiment with JVM Garbage Collection Schemes
Where I can find comparison of JVMsStack Frame of your JVM implementation
random seed generatorThe shape of JVM stack frame
java coding 太纯粹是民工活儿了Top Ten Errors Java Programmers Make(10)
一个加密解密的问题?Is this a Bug or not?
goodbug,apie等高手帮忙看一下, 包子答谢Answer to "Is this a Bug or not? "
相关话题的讨论汇总
话题: source话题: java话题: sun话题: 代码话题: jce
进入Java版参与讨论
1 (共1页)
s********n
发帖数: 90
1

是不是java的Cryptography扩展库的source是不公开的。想看看内部实现的代码,在JDK1
我是初学者,有点看还是不懂你的答复.
既然是proprietary,是不是sun就肯定不开放provider的SPI接口source,但是不是开放AP
I的source了呢?
我的问题详细是
我下载的JDK1.4中,可以打开例如,JAVA.AWT的类代码,但对于jce.jar和sunjceprovider.j
ar里面的类例如javax.crypto.cipher和就找不到对应的代码.
推广开来,是不是带com.sun.*的包就不带代码呢?
m******t
发帖数: 2416
2

AP
我下载的JDK1.4中,可以打开例如,JAVA.AWT的类代码,但对于jce.jar和sunjceprovider.j
I think that's correct. Also as far as encryption related stuff is
concerned, I can imagine there would also be the export control issue
that prevents Sun from distributing the source code.

【在 s********n 的大作中提到】
:
: 是不是java的Cryptography扩展库的source是不公开的。想看看内部实现的代码,在JDK1
: 我是初学者,有点看还是不懂你的答复.
: 既然是proprietary,是不是sun就肯定不开放provider的SPI接口source,但是不是开放AP
: I的source了呢?
: 我的问题详细是
: 我下载的JDK1.4中,可以打开例如,JAVA.AWT的类代码,但对于jce.jar和sunjceprovider.j
: ar里面的类例如javax.crypto.cipher和就找不到对应的代码.
: 推广开来,是不是带com.sun.*的包就不带代码呢?

s********n
发帖数: 90
3
How can you trust sun's code for cipher if you cannot see what is going on
inside and if any trick in its library.
I do not know if anyone can use its library for sensitive communications
without knowdge of source. How people or companys deal with this case?
Any clues, Thanks
m******t
发帖数: 2416
4

Well how can you trust anything if you have to see
its source code first? 8-) Let's say you manage to find
the source code for Sun's package, how do you know the JVM
isn't doing anything funny?

【在 s********n 的大作中提到】
: How can you trust sun's code for cipher if you cannot see what is going on
: inside and if any trick in its library.
: I do not know if anyone can use its library for sensitive communications
: without knowdge of source. How people or companys deal with this case?
: Any clues, Thanks

s********n
发帖数: 90
5

You are right, it is hard for trust. But it also hard to ignore trust for
critical apps. Maybe that is why some opensource alternatives are initiated.
Anyway, it is so nice talking this with you.

【在 m******t 的大作中提到】
:
: Well how can you trust anything if you have to see
: its source code first? 8-) Let's say you manage to find
: the source code for Sun's package, how do you know the JVM
: isn't doing anything funny?

1 (共1页)
进入Java版参与讨论
相关主题
Answer to "Is this a Bug or not? "random seed generator
Answer 2 to "Is this a Bug or not? "java coding 太纯粹是民工活儿了
Java's performance myth一个加密解密的问题?
JVMgoodbug,apie等高手帮忙看一下, 包子答谢
Java JCE的疑问[职位] 靠谱大公司招聘懂Java Security 程序员。 (转载)
[转载] crypto++ and Java下一步给如何学习?
大侠帮忙看看这个code为什么在jdk1。5下面不能运行An experiment with JVM Garbage Collection Schemes
Where I can find comparison of JVMsStack Frame of your JVM implementation
相关话题的讨论汇总
话题: source话题: java话题: sun话题: 代码话题: jce