Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Java 卡开发的新手。我想在程序中读取 Java 卡 UID。我想将该密钥用于将来的用途。我不想发送 apdu 命令并获取 UID。有什么办法可以读取代码中的UID???谢谢 SSv
未经我测试,但在 JCOP 上的专有 NXP API 中似乎有一个UID带有静态方法的类。getStaticUID()
UID
getStaticUID()
如果您安装了带有 NXP JCOP 工具的 Eclipse,请查看 Eclipse 安装文件夹的插件,以找到*smartmx.targetpacks.smartmx_*/apis包含(压缩)用于 NXP 专有 API 的 Javadocs 的文件夹。
*smartmx.targetpacks.smartmx_*/apis
据我所知,Java Card 或 Global Platform 中没有标准化的方式来获取 UID。