Java Card(Java Card Platform)
文章平均质量分 86
Java卡使安全元件(如智能卡和其他防篡改安全芯片)能够承载采用Java技术的应用程序。Java Card提供了一个安全的、可互操作的执行平台,它可以在一个资源受限的设备上存储和更新多个应用程序,同时保持最高的认证级别和与标准的兼容性。
Bol5261
Begin here!
展开
-
Java Card是一种软件技术,它允许基于Java的Applet在智能卡等类似的小内存设备上运行
存储在智能卡中的信息是可移植的,借助Java Card技术,可以携带有价值且敏感的个人信息,例如病历、信用卡号或者存储在压缩但非常安全的介质中的电子现金余额。可移植性:Java Card旨在定义一个标准的智能卡计算机环境,允许同一个Java Card小程序运行在不同的智能卡上,就像Java小程序运行在不同的计算机上一样。此外,值得一提的是,Java Card平台独立,可移植性强,开发者可以针对不同的硬件系统进行特定的应用程序开发,简化开发过程,提高应用程序的可移植性与可重用性。原创 2024-01-16 08:15:01 · 693 阅读 · 0 评论 -
Package javacardx.security.derivation
Extension package that provides classes implementing cryptographic derivation functionsInterface Summary Interface DescriptionKDFAnsiX963Spec This interface specifies the set of parameters used to instantiate a DerivationFunction implementing the KDF转载 2020-05-13 12:47:16 · 312 阅读 · 0 评论 -
Package javacardx.framework.util.intx
Extension package that contains common utility functions for using int components.The javacardx.framework.util.intx package is optional and can only be implemented on a platform also supporting the int primitive type. It contains the JCint class which pro转载 2020-05-13 12:47:28 · 192 阅读 · 0 评论 -
Package javacardx.framework.string
Extension package that contains common utility functions for manipulating UTF-8 encoded character strings.The javacardx.framework.string package contains the StringUtil class.The StringUtil class provides methods for handling UTF-8 encoded character sequ转载 2020-05-13 12:47:35 · 152 阅读 · 0 评论 -
Package javacardx.framework.event
Extension package that defines a framework to handle different source of events.The central abstractions of the event framework are:Event sources which are I/O interfaces, devices or peripherals that may generate eventsEvent listeners which is the defau转载 2020-05-13 12:47:41 · 182 阅读 · 0 评论 -
Package javacardx.framework.math
Extension package to perform operations on Big Numbers in either binary form or Binary Coded Decimal (BCD) form, and perform parity computations.The javacardx.framework.math package contains the BCDUtil class, the BigNumber class, the BigNumber class. The转载 2020-05-13 12:47:47 · 174 阅读 · 0 评论 -
Package javacardx.framework.event
Extension package that defines a framework to handle different source of events.The central abstractions of the event framework are:Event sources which are I/O interfaces, devices or peripherals that may generate eventsEvent listeners which is the defau转载 2020-05-13 12:47:53 · 101 阅读 · 0 评论 -
Package javacardx.crypto
Extension package that contains functionality, which may be subject to export controls, for implementing a security and cryptography framework on the Java Card platform. The platform must support this optional package only if cryptographic encryption and d转载 2020-05-13 12:47:58 · 146 阅读 · 0 评论 -
Package javacardx.biometry
Extension package that contains functionality for implementing a biometric framework on the Java Card platform. The platform must support this optional package or the optional javacardx.biometry1toN package - or both of them - only if biometry support is i转载 2020-05-13 12:48:03 · 191 阅读 · 0 评论 -
Package javacardx.apdu
Extension package that enables support for ISO7816 specification defined optional APDU related mechanisms. The platform must support this optional package only if the features enabled are included in the implementation.The javacardx.apdu package contains转载 2020-05-13 12:48:10 · 346 阅读 · 0 评论 -
Package javacardx.apdu.util
Extension package that contains the APDUUtil class which contains utility functions to parse CLA byte from a command APDU.Class Summary Class DescriptionAPDUUtil The APDUUtil class contains utility methods to parse CLA byte from a command APDU.转载 2020-05-13 12:48:14 · 139 阅读 · 0 评论 -
Package javacardx.apdu
Extension package that enables support for ISO7816 specification defined optional APDU related mechanisms. The platform must support this optional package only if the features enabled are included in the implementation.The javacardx.apdu package contains转载 2020-05-13 12:48:20 · 261 阅读 · 0 评论 -
Package javacard.framework
Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets. These classes and interfaces provide the minimum required functionality for a Java Card environment. If additional function转载 2020-05-13 12:48:25 · 241 阅读 · 0 评论 -
Package javacard.security
Provides classes and interfaces that contain publicly-available functionality for implementing a security and cryptography framework on the Java Card platform. Classes which contain security and cryptography functionality which may be subject to export con转载 2020-05-13 12:48:30 · 252 阅读 · 0 评论 -
Package javacard.framework.service
This optional extension package provides a service framework of classes and interfaces that allow a Java Card technology-based applet to be designed as an aggregation of service components. Implementation of this package requires that java.rmi optional pac转载 2020-05-13 12:48:37 · 166 阅读 · 0 评论 -
Package javacard.framework
Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets. These classes and interfaces provide the minimum required functionality for a Java Card environment. If additional function转载 2020-05-13 12:48:43 · 113 阅读 · 0 评论 -
Package java.rmi
Defines the Remote interface which identifies interfaces whose methods can be invoked from card acceptance device (CAD) client applications. It also defines a RemoteException that can be thrown to indicate an exception occurred during the execution of a re转载 2020-05-13 12:48:49 · 164 阅读 · 0 评论 -
Package java.lang
Provides classes that are fundamental to the design of the Java Card technology subset of the Java programming language. The classes in this package are derived from java.lang in the standard Java programming language and represent the core functionality r转载 2020-05-13 12:48:54 · 265 阅读 · 0 评论 -
Package java.io
Defines a subset of the java.io package in the standard Java programming language.The java.io.IOException class is included in the Java Card API to maintain a hierarchy of exceptions identical to the standard Java programming language. The java.io.IOExcep转载 2020-05-13 12:48:58 · 169 阅读 · 0 评论 -
Java Card API, Classic Edition 是**用于智能卡上运行Java程序的一套应用程序接口(API)标准
Java Card API, Classic Edition 提供了一组特定的类和方法,用于开发和运行在智能卡上的Java应用程序。Java Card API, Classic Edition 的设计目标是提供一个标准化的开发平台,以便不同厂商生产的智能卡都能支持相同的Java应用程序。总的来说,Java Card API, Classic Edition 为智能卡提供了一个强大的Java编程环境,使得智能卡能够支持复杂的应用和服务,同时也为智能卡的安全性和互操作性提供了保障。转载 2020-05-13 12:49:04 · 789 阅读 · 0 评论 -
Oracle Java Card Boosts Security for IoT Devices at the Edge
Java Card 3.1 enables multi-cloud authentication and quickly deployed security to connected devicesRedwood Shores Calif—Jan 16, 2019Wearable and consumer electronics are increasingly used for sensitive applications such as Near Field Communication (NFC)转载 2020-05-13 12:49:09 · 352 阅读 · 0 评论