简体   繁体   English

是否所有智能卡都支持 Java Card?

[英]Do all smart cards support Java Card?

I'm trying to get into smart card development using Java Card and I'm a little bit confused on which smart cards are suitable.我正在尝试使用 Java Card 进行智能卡开发,但对于哪些智能卡适合我有点困惑。

  1. Do all smart cards support Java Card or do I need to look for some specific models?是否所有智能卡都支持 Java Card 或者我需要寻找一些特定的型号?
  2. Do the cards come with the JCRE pre-installed or do I need to install it myself?这些卡是否预装了 JCRE,还是我需要自己安装?

For example, if I were to order something like this (AliExpress Link), would it be suitable?例如,如果我要订购这样的东西(速卖通链接),是否合适? What would I need to do with it before being able to upload applets?在能够上传小程序之前,我需要用它做什么?

No not all card understand java, the two major groups are:不是不是所有的卡都懂java,两大类是:

  1. Java cards Java 卡
  2. Native cards原生卡

The latter ones need an entirely different approach, since you don't load any code, but all is present as part of its operating system.后者需要一种完全不同的方法,因为您不加载任何代码,但所有代码都作为其操作系统的一部分存在。 So it boils down to "just add files, keys (and possibly other objects as well)".所以它归结为“只需添加文件、键(以及可能的其他对象)”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM