⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-all.html

📁 JAVA CARD 开发包规格说明,版本为2.2.2
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<DT><A HREF="./javacard/framework/Applet.html" title="class in javacard.framework"><B>Applet</B></A> - Class in <A HREF="./javacard/framework/package-summary.html">javacard.framework</A><DD>This abstract class defines an Java Card technology-based applet.<DT><A HREF="./javacard/framework/Applet.html#Applet()"><B>Applet()</B></A> - Constructor for class javacard.framework.<A HREF="./javacard/framework/Applet.html" title="class in javacard.framework">Applet</A><DD>Only this class's <code>install()</code> method should create the applet object.<DT><A HREF="./javacard/framework/AppletEvent.html" title="interface in javacard.framework"><B>AppletEvent</B></A> - Interface in <A HREF="./javacard/framework/package-summary.html">javacard.framework</A><DD>The <CODE>AppletEvent</CODE> interface provides a callback interface for the Java Card runtime environment to inform the applet about life cycle events.<DT><A HREF="./java/lang/ArithmeticException.html" title="class in java.lang"><B>ArithmeticException</B></A> - Exception in <A HREF="./java/lang/package-summary.html">java.lang</A><DD>A Java Card runtime environment-owned instance of <code>ArithmeticException</code> is thrown when an exceptional arithmetic condition has occurred.<DT><A HREF="./java/lang/ArithmeticException.html#ArithmeticException()"><B>ArithmeticException()</B></A> - Constructor for exception java.lang.<A HREF="./java/lang/ArithmeticException.html" title="class in java.lang">ArithmeticException</A><DD>Constructs an <code>ArithmeticException</code>.<DT><A HREF="./javacard/framework/Util.html#arrayCompare(byte[], short, byte[], short, short)"><B>arrayCompare(byte[], short, byte[], short, short)</B></A> - Static method in class javacard.framework.<A HREF="./javacard/framework/Util.html" title="class in javacard.framework">Util</A><DD>Compares an array from the specified source array, beginning at the specified position, with the specified position of the destination array from left to right.<DT><A HREF="./javacardx/framework/util/ArrayLogic.html#arrayCompareGeneric(java.lang.Object, short, java.lang.Object, short, short)"><B>arrayCompareGeneric(Object, short, Object, short, short)</B></A> - Static method in class javacardx.framework.util.<A HREF="./javacardx/framework/util/ArrayLogic.html" title="class in javacardx.framework.util">ArrayLogic</A><DD>Compares an array from the specified source array, beginning at the specified position, with the specified position of the destination array from left to right.<DT><A HREF="./javacard/framework/Util.html#arrayCopy(byte[], short, byte[], short, short)"><B>arrayCopy(byte[], short, byte[], short, short)</B></A> - Static method in class javacard.framework.<A HREF="./javacard/framework/Util.html" title="class in javacard.framework">Util</A><DD>Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.<DT><A HREF="./javacard/framework/Util.html#arrayCopyNonAtomic(byte[], short, byte[], short, short)"><B>arrayCopyNonAtomic(byte[], short, byte[], short, short)</B></A> - Static method in class javacard.framework.<A HREF="./javacard/framework/Util.html" title="class in javacard.framework">Util</A><DD>Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array (non-atomically).<DT><A HREF="./javacardx/framework/util/ArrayLogic.html#arrayCopyRepack(java.lang.Object, short, short, java.lang.Object, short)"><B>arrayCopyRepack(Object, short, short, Object, short)</B></A> - Static method in class javacardx.framework.util.<A HREF="./javacardx/framework/util/ArrayLogic.html" title="class in javacardx.framework.util">ArrayLogic</A><DD>Copies data from the specified source array, beginning at the specified position, to the specified position of the destination array.<DT><A HREF="./javacardx/framework/util/ArrayLogic.html#arrayCopyRepackNonAtomic(java.lang.Object, short, short, java.lang.Object, short)"><B>arrayCopyRepackNonAtomic(Object, short, short, Object, short)</B></A> - Static method in class javacardx.framework.util.<A HREF="./javacardx/framework/util/ArrayLogic.html" title="class in javacardx.framework.util">ArrayLogic</A><DD>Non-atomically copies data from the specified source array, beginning at the specified position, to the specified position of the destination array.<DT><A HREF="./javacardx/framework/util/ArrayLogic.html#arrayFillGenericNonAtomic(java.lang.Object, short, short, java.lang.Object, short)"><B>arrayFillGenericNonAtomic(Object, short, short, Object, short)</B></A> - Static method in class javacardx.framework.util.<A HREF="./javacardx/framework/util/ArrayLogic.html" title="class in javacardx.framework.util">ArrayLogic</A><DD>Fills the array of primitive components(non-atomically) beginning at the specified position, for the specified length with the specified value.<DT><A HREF="./javacard/framework/Util.html#arrayFillNonAtomic(byte[], short, short, byte)"><B>arrayFillNonAtomic(byte[], short, short, byte)</B></A> - Static method in class javacard.framework.<A HREF="./javacard/framework/Util.html" title="class in javacard.framework">Util</A><DD>Fills the byte array (non-atomically) beginning at the specified position, for the specified length with the specified byte value.<DT><A HREF="./javacardx/framework/util/ArrayLogic.html#arrayFindGeneric(java.lang.Object, short, byte[], short)"><B>arrayFindGeneric(Object, short, byte[], short)</B></A> - Static method in class javacardx.framework.util.<A HREF="./javacardx/framework/util/ArrayLogic.html" title="class in javacardx.framework.util">ArrayLogic</A><DD>Finds the first occurrence of the specified value within the specified array.<DT><A HREF="./java/lang/ArrayIndexOutOfBoundsException.html" title="class in java.lang"><B>ArrayIndexOutOfBoundsException</B></A> - Exception in <A HREF="./java/lang/package-summary.html">java.lang</A><DD>A Java Card runtime environment-owned instance of <code>ArrayIndexOutOfBoundsException</code> is thrown to indicate that an array has been accessed with an illegal index.<DT><A HREF="./java/lang/ArrayIndexOutOfBoundsException.html#ArrayIndexOutOfBoundsException()"><B>ArrayIndexOutOfBoundsException()</B></A> - Constructor for exception java.lang.<A HREF="./java/lang/ArrayIndexOutOfBoundsException.html" title="class in java.lang">ArrayIndexOutOfBoundsException</A><DD>Constructs an <code>ArrayIndexOutOfBoundsException</code>.<DT><A HREF="./javacardx/framework/util/ArrayLogic.html" title="class in javacardx.framework.util"><B>ArrayLogic</B></A> - Class in <A HREF="./javacardx/framework/util/package-summary.html">javacardx.framework.util</A><DD>The <code>ArrayLogic</code> class contains common utility functions for manipulating arrays of primitive components - byte, short or int.<DT><A HREF="./java/lang/ArrayStoreException.html" title="class in java.lang"><B>ArrayStoreException</B></A> - Exception in <A HREF="./java/lang/package-summary.html">java.lang</A><DD>A Java Card runtime environment-owned instance of <code>ArrayStoreException</code> is thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.<DT><A HREF="./java/lang/ArrayStoreException.html#ArrayStoreException()"><B>ArrayStoreException()</B></A> - Constructor for exception java.lang.<A HREF="./java/lang/ArrayStoreException.html" title="class in java.lang">ArrayStoreException</A><DD>Constructs an <code>ArrayStoreException</code>.</DL><HR><A NAME="_B_"><!-- --></A><H2><B>B</B></H2><DL><DT><A HREF="./javacard/framework/APDUException.html#BAD_LENGTH"><B>BAD_LENGTH</B></A> - Static variable in exception javacard.framework.<A HREF="./javacard/framework/APDUException.html" title="class in javacard.framework">APDUException</A><DD>This reason code is used by the <code>APDU.setOutgoingLength()</code> method to indicate <code>APDUException.BAD_LENGTH</code> if <code>len</code> is negative, or greater than 256 and the currently selected applet does not implement the <code>javacardx.apdu.ExtendedLength</code> interface, or if non BLOCK CHAINED data transfer is requested and <code>len</code> is greater than (IFSD-2), where IFSD is the Outgoing Block Size.<DT><A HREF="./javacard/framework/service/BasicService.html" title="class in javacard.framework.service"><B>BasicService</B></A> - Class in <A HREF="./javacard/framework/service/package-summary.html">javacard.framework.service</A><DD>This class should be used as the base class for implementing services.<DT><A HREF="./javacard/framework/service/BasicService.html#BasicService()"><B>BasicService()</B></A> - Constructor for class javacard.framework.service.<A HREF="./javacard/framework/service/BasicService.html" title="class in javacard.framework.service">BasicService</A><DD>Creates new <CODE>BasicService</CODE>.<DT><A HREF="./javacardx/framework/math/BCDUtil.html" title="class in javacardx.framework.math"><B>BCDUtil</B></A> - Class in <A HREF="./javacardx/framework/math/package-summary.html">javacardx.framework.math</A><DD>The <code>BCDUtil</code> class contains common BCD(binary coded decimal) related utility functions.<DT><A HREF="./javacardx/framework/math/BCDUtil.html#BCDUtil()"><B>BCDUtil()</B></A> - Constructor for class javacardx.framework.math.<A HREF="./javacardx/framework/math/BCDUtil.html" title="class in javacardx.framework.math">BCDUtil</A><DD>&nbsp;<DT><A HREF="./javacard/framework/JCSystem.html#beginTransaction()"><B>beginTransaction()</B></A> - Static method in class javacard.framework.<A HREF="./javacard/framework/JCSystem.html" title="class in javacard.framework">JCSystem</A><DD>Begins an atomic transaction.<DT><A HREF="./javacard/security/SignatureMessageRecovery.html#beginVerify(byte[], short, short)"><B>beginVerify(byte[], short, short)</B></A> - Method in interface javacard.security.<A HREF="./javacard/security/SignatureMessageRecovery.html" title="interface in javacard.security">SignatureMessageRecovery</A><DD>This method begins the verification sequence by recovering the message encoded within the signature itself and initializing the internal hash function.<DT><A HREF="./javacardx/framework/tlv/BERTag.html#BER_TAG_CLASS_MASK_APPLICATION"><B>BER_TAG_CLASS_MASK_APPLICATION</B></A> - Static variable in class javacardx.framework.tlv.<A HREF="./javacardx/framework/tlv/BERTag.html" title="class in javacardx.framework.tlv">BERTag</A><DD>Constant for BER Tag Class Application<DT><A HREF="./javacardx/framework/tlv/BERTag.html#BER_TAG_CLASS_MASK_CONTEXT_SPECIFIC"><B>BER_TAG_CLASS_MASK_CONTEXT_SPECIFIC</B></A> - Static variable in class javacardx.framework.tlv.<A HREF="./javacardx/framework/tlv/BERTag.html" title="class in javacardx.framework.tlv">BERTag</A><DD>Constant for BER Tag Class Context-Specific<DT><A HREF="./javacardx/framework/tlv/BERTag.html#BER_TAG_CLASS_MASK_PRIVATE"><B>BER_TAG_CLASS_MASK_PRIVATE</B></A> - Static variable in class javacardx.framework.tlv.<A HREF="./javacardx/framework/tlv/BERTag.html" title="class in javacardx.framework.tlv">BERTag</A><DD>Constant for BER Tag Class Private<DT><A HREF="./javacardx/framework/tlv/BERTag.html#BER_TAG_CLASS_MASK_UNIVERSAL"><B>BER_TAG_CLASS_MASK_UNIVERSAL</B></A> - Static variable in class javacardx.framework.tlv.<A HREF="./javacardx/framework/tlv/BERTag.html" title="class in javacardx.framework.tlv">BERTag</A><DD>Constant for BER Tag Class Universal<DT><A HREF="./javacardx/framework/tlv/BERTag.html#BER_TAG_TYPE_CONSTRUCTED"><B>BER_TAG_TYPE_CONSTRUCTED</B></A> - Static variable in class javacardx.framework.tlv.<A HREF="./javacardx/framework/tlv/BERTag.html" title="class in javacardx.framework.tlv">BERTag</A><DD>Constant for constructed BER Tag type<DT><A HREF="./javacardx/framework/tlv/BERTag.html#BER_TAG_TYPE_PRIMITIVE"><B>BER_TAG_TYPE_PRIMITIVE</B></A> - Static variable in class javacardx.framework.tlv.<A HREF="./javacardx/framework/tlv/BERTag.html" title="class in javacardx.framework.tlv">BERTag</A><DD>Constant for primitive BER Tag type<DT><A HREF="./javacardx/framework/tlv/BERTag.html" title="class in javacardx.framework.tlv"><B>BERTag</B></A> - Class in <A HREF="./javacardx/framework/tlv/package-summary.html">javacardx.framework.tlv</A><DD>The abstract <code>BERTag</code> class encapsulates a BER TLV tag.<DT><A HREF="./javacardx/framework/tlv/BERTag.html#BERTag()"><B>BERTag()</B></A> - Constructor for class javacardx.framework.tlv.<A HREF="./javacardx/framework/tlv/BERTag.html" title="class in javacardx.framework.tlv">BERTag</A><DD>Constructor creates an empty <CODE>BERTLV</CODE> Tag object capable of encapsulating a BER TLV Tag.<DT><A HREF="./javacardx/framework/tlv/BERTLV.html" title="class in javacardx.framework.tlv"><B>BERTLV</B></A> - Class in <A HREF="./javacardx/framework/tlv/package-summary.html">javacardx.framework.tlv</A><DD>The abstract <code>BERTLV</code> class encapsulates a BER TLV structure.<DT><A HREF="./javacardx/framework/tlv/BERTLV.html#BERTLV()"><B>BERTLV()</B></A> - Constructor for class javacardx.framework.tlv.<A HREF="./javacardx/framework/tlv/BERTLV.html" title="class in javacardx.framework.tlv">BERTLV</A><DD>Constructor creates an empty <CODE>BERTLV</CODE> object capable of encapsulating a BER TLV structure.<DT><A HREF="./javacardx/framework/math/BigNumber.html" title="class in javacardx.framework.math"><B>BigNumber</B></A> - Class in <A HREF="./javacardx/framework/math/package-summary.html">javacardx.framework.math</A><DD>The <code>BigNumber</code> class encapsulates an unsigned number whose value is represented in internal hexadecimal format using an implementation specific maximum number of bytes.<DT><A HREF="./javacardx/framework/math/BigNumber.html#BigNumber(short)"><B>BigNumber(short)</B></A> - Constructor for class javacardx.framework.math.<A HREF="./javacardx/framework/math/BigNumber.html" title="class in javacardx.framework.math">BigNumber</A><DD>Creates a BigNumber instance with initial value 0.<DT><A HREF="./javacardx/biometry/BioBuilder.html" title="class in javacardx.biometry"><B>BioBuilder</B></A> - Class in <A HREF="./javacardx/biometry/package-summary.html">javacardx.biometry</A><DD>Builds an empty/blank biometric reference template.<DT><A HREF="./javacardx/biometry/BioException.html" title="class in javacardx.biometry"><B>BioException</B></A> - Exception in <A HREF="./javacardx/biometry/package-summary.html">javacardx.biometry</A><DD>The <CODE>BioException</CODE> class encapsulates specific exceptions which can be thrown  by the methods of the <CODE>javacardx.biometry</CODE> package in case of error.<DT><A HREF="./javacardx/biometry/BioException.html#BioException(short)"><B>BioException(short)</B></A> - Constructor for exception javacardx.biometry.<A HREF="./javacardx/biometry/BioException.html" title="class in javacardx.biometry">BioException</A><DD>Construct a new biometric exception using a provided reason code.<DT><A HREF="./javacardx/biometry/BioTemplate.html" title="interface in javacardx.biometry"><B>BioTemplate</B></A> - Interface in <A HREF="./javacardx/biometry/package-summary.html">javacardx.biometry</A><DD>The BioTemplate interface is the base interface for all biometric templates.<DT><A HREF="./javacardx/biometry/BioBuilder.html#BODY_ODOR"><B>BODY_ODOR</B></A> - Static variable in class javacardx.biometry.<A HREF="./javacardx/biometry/BioBuilder.html" title="class in javacardx.biometry">BioBuilder</A><DD>Body Odor.<DT><A HREF="./javacard/framework/APDUException.html#BUFFER_BOUNDS"><B>BUFFER_BOUNDS</B></A> - Static variable in exception javacard.framework.<A HREF="./javacard/framework/APDUException.html" title="class in javacard.framework">APDUException</A><DD>This reason code is used by the <code>APDU.sendBytes()</code> method to indicate that the sum of buffer offset parameter and the byte length parameter exceeds the APDU buffer size.<DT><A HREF="./javacard/framework/TransactionException.html#BUFFER_FULL"><B>BUFFER_FULL</B></A> - Static variable in exception javacard.framework.<A HREF="./javacard/framework/TransactionException.html" title="class in javacard.framework">TransactionException</A><DD>This reason code is used during a transaction to indicate that the commit buffer is full.<DT><A HREF="./javacardx/biometry/BioBuilder.html#buildBioTemplate(byte, byte)"><B>buildBioTemplate(byte, byte)</B></A> - Static method in class javacardx.biometry.<A HREF="./javacardx/biometry/BioBuilder.html" title="class in javacardx.biometry">BioBuilder</A><DD>Creates an empty/blank biometric reference template instance of the default biometric provider with default initialization parameter.<DT><A HREF="./javacardx/biometry/BioBuilder.html#buildBioTemplate(byte, byte, byte[], byte)"><B>buildBioTemplate(byte, byte, byte[], byte)</B></A> - 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -