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

📄 index-all.html

📁 JAVA CARD 开发包规格说明,版本为2.2.2
💻 HTML
📖 第 1 页 / 共 5 页
字号:
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.<DT><A HREF="./javacard/security/KeyBuilder.html#buildKey(byte, short, boolean)"><B>buildKey(byte, short, boolean)</B></A> - Static method in class javacard.security.<A HREF="./javacard/security/KeyBuilder.html" title="class in javacard.security">KeyBuilder</A><DD>Creates uninitialized cryptographic keys for signature and cipher algorithms.</DL><HR><A NAME="_C_"><!-- --></A><H2><B>C</B></H2><DL><DT><A HREF="./javacard/framework/service/ServiceException.html#CANNOT_ACCESS_IN_COMMAND"><B>CANNOT_ACCESS_IN_COMMAND</B></A> - Static variable in exception javacard.framework.service.<A HREF="./javacard/framework/service/ServiceException.html" title="class in javacard.framework.service">ServiceException</A><DD>This reason code is used to indicate that the command in the <CODE>APDU</CODE> object cannot be accessed for input processing.<DT><A HREF="./javacard/framework/service/ServiceException.html#CANNOT_ACCESS_OUT_COMMAND"><B>CANNOT_ACCESS_OUT_COMMAND</B></A> - Static variable in exception javacard.framework.service.<A HREF="./javacard/framework/service/ServiceException.html" title="class in javacard.framework.service">ServiceException</A><DD>This reason code is used to indicate that the command in the <CODE>APDU</CODE> object cannot be accessed for output processing.<DT><A HREF="./javacard/framework/CardException.html" title="class in javacard.framework"><B>CardException</B></A> - Exception in <A HREF="./javacard/framework/package-summary.html">javacard.framework</A><DD>The <code>CardException</code> class defines a field <code>reason </code>and two accessor methods <code> getReason()</code> and <code>setReason()</code>.<DT><A HREF="./javacard/framework/CardException.html#CardException(short)"><B>CardException(short)</B></A> - Constructor for exception javacard.framework.<A HREF="./javacard/framework/CardException.html" title="class in javacard.framework">CardException</A><DD>Construct a CardException instance with the specified reason.<DT><A HREF="./javacard/framework/service/CardRemoteObject.html" title="class in javacard.framework.service"><B>CardRemoteObject</B></A> - Class in <A HREF="./javacard/framework/service/package-summary.html">javacard.framework.service</A><DD>A convenient base class for remote objects for the Java Card platform.<DT><A HREF="./javacard/framework/service/CardRemoteObject.html#CardRemoteObject()"><B>CardRemoteObject()</B></A> - Constructor for class javacard.framework.service.<A HREF="./javacard/framework/service/CardRemoteObject.html" title="class in javacard.framework.service">CardRemoteObject</A><DD>Creates a new <CODE>CardRemoteObject</CODE> and automatically exports it.<DT><A HREF="./javacard/framework/CardRuntimeException.html" title="class in javacard.framework"><B>CardRuntimeException</B></A> - Exception in <A HREF="./javacard/framework/package-summary.html">javacard.framework</A><DD>The <code>CardRuntimeException</code> class defines a field <code>reason </code>and two accessor methods <code> getReason()</code> and <code>setReason()</code>.<DT><A HREF="./javacard/framework/CardRuntimeException.html#CardRuntimeException(short)"><B>CardRuntimeException(short)</B></A> - Constructor for exception javacard.framework.<A HREF="./javacard/framework/CardRuntimeException.html" title="class in javacard.framework">CardRuntimeException</A><DD>Constructs a CardRuntimeException instance with the specified reason.<DT><A HREF="./javacard/framework/OwnerPIN.html#check(byte[], short, byte)"><B>check(byte[], short, byte)</B></A> - Method in class javacard.framework.<A HREF="./javacard/framework/OwnerPIN.html" title="class in javacard.framework">OwnerPIN</A><DD>Compares <code>pin</code> against the PIN value.<DT><A HREF="./javacard/framework/PIN.html#check(byte[], short, byte)"><B>check(byte[], short, byte)</B></A> - Method in interface javacard.framework.<A HREF="./javacard/framework/PIN.html" title="interface in javacard.framework">PIN</A><DD>Compares <code>pin</code> against the PIN value.<DT><A HREF="./javacard/security/Checksum.html" title="class in javacard.security"><B>Checksum</B></A> - Class in <A HREF="./javacard/security/package-summary.html">javacard.security</A><DD>The <code>Checksum</code> class is the base class for CRC (cyclic redundancy check) checksum algorithms.<DT><A HREF="./javacard/security/Checksum.html#Checksum()"><B>Checksum()</B></A> - Constructor for class javacard.security.<A HREF="./javacard/security/Checksum.html" title="class in javacard.security">Checksum</A><DD>Protected Constructor<DT><A HREF="./javacardx/crypto/Cipher.html" title="class in javacardx.crypto"><B>Cipher</B></A> - Class in <A HREF="./javacardx/crypto/package-summary.html">javacardx.crypto</A><DD>The <code>Cipher</code> class is the abstract base class for Cipher algorithms.<DT><A HREF="./javacardx/crypto/Cipher.html#Cipher()"><B>Cipher()</B></A> - Constructor for class javacardx.crypto.<A HREF="./javacardx/crypto/Cipher.html" title="class in javacardx.crypto">Cipher</A><DD>Protected constructor.<DT><A HREF="./javacard/framework/ISO7816.html#CLA_ISO7816"><B>CLA_ISO7816</B></A> - Static variable in interface javacard.framework.<A HREF="./javacard/framework/ISO7816.html" title="interface in javacard.framework">ISO7816</A><DD>APDU command CLA : ISO 7816 = 0x00<DT><A HREF="./java/lang/ClassCastException.html" title="class in java.lang"><B>ClassCastException</B></A> - Exception in <A HREF="./java/lang/package-summary.html">java.lang</A><DD>A Java Card runtime environment-owned instance of <code>ClassCastException</code> is thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.<DT><A HREF="./java/lang/ClassCastException.html#ClassCastException()"><B>ClassCastException()</B></A> - Constructor for exception java.lang.<A HREF="./java/lang/ClassCastException.html" title="class in java.lang">ClassCastException</A><DD>Constructs a <code>ClassCastException</code>.<DT><A HREF="./javacard/framework/JCSystem.html#CLEAR_ON_DESELECT"><B>CLEAR_ON_DESELECT</B></A> - Static variable in class javacard.framework.<A HREF="./javacard/framework/JCSystem.html" title="class in javacard.framework">JCSystem</A><DD>This event code indicates that the contents of the transient object are cleared to the default value on applet deselection event or in <code>CLEAR_ON_RESET</code> cases.<DT><A HREF="./javacard/framework/JCSystem.html#CLEAR_ON_RESET"><B>CLEAR_ON_RESET</B></A> - Static variable in class javacard.framework.<A HREF="./javacard/framework/JCSystem.html" title="class in javacard.framework">JCSystem</A><DD>This event code indicates that the contents of the transient object are cleared to the default value on card reset (or power on) event.<DT><A HREF="./javacard/security/Key.html#clearKey()"><B>clearKey()</B></A> - Method in interface javacard.security.<A HREF="./javacard/security/Key.html" title="interface in javacard.security">Key</A><DD>Clears the key and sets its initialized state to false.<DT><A HREF="./javacard/framework/service/ServiceException.html#COMMAND_DATA_TOO_LONG"><B>COMMAND_DATA_TOO_LONG</B></A> - Static variable in exception javacard.framework.service.<A HREF="./javacard/framework/service/ServiceException.html" title="class in javacard.framework.service">ServiceException</A><DD>This reason code is used to indicate that the incoming data for a command in the <CODE>APDU</CODE> object does not fit in the APDU buffer.<DT><A HREF="./javacard/framework/service/ServiceException.html#COMMAND_IS_FINISHED"><B>COMMAND_IS_FINISHED</B></A> - Static variable in exception javacard.framework.service.<A HREF="./javacard/framework/service/ServiceException.html" title="class in javacard.framework.service">ServiceException</A><DD>This reason code is used to indicate that the command in the <CODE>APDU</CODE> object has been completely processed.<DT><A HREF="./javacard/framework/JCSystem.html#commitTransaction()"><B>commitTransaction()</B></A> - Static method in class javacard.framework.<A HREF="./javacard/framework/JCSystem.html" title="class in javacard.framework">JCSystem</A><DD>Commits an atomic transaction.<DT><A HREF="./javacardx/framework/math/BigNumber.html#compareTo(javacardx.framework.math.BigNumber)"><B>compareTo(BigNumber)</B></A> - Method in class javacardx.framework.math.<A HREF="./javacardx/framework/math/BigNumber.html" title="class in javacardx.framework.math">BigNumber</A><DD>Compares the internal big number against the specified operand<DT><A HREF="./javacardx/framework/math/BigNumber.html#compareTo(byte[], short, short, byte)"><B>compareTo(byte[], short, short, byte)</B></A> - Method in class javacardx.framework.math.<A HREF="./javacardx/framework/math/BigNumber.html" title="class in javacardx.framework.math">BigNumber</A><DD>Compares the internal big number against the specified operand.<DT><A HREF="./javacardx/framework/tlv/ConstructedBERTag.html" title="class in javacardx.framework.tlv"><B>ConstructedBERTag</B></A> - Class in <A HREF="./javacardx/framework/tlv/package-summary.html">javacardx.framework.tlv</A><DD>The <code>ConstructedBERTag</code> class encapsulates a constructed  BER TLV tag.<DT><A HREF="./javacardx/framework/tlv/ConstructedBERTag.html#ConstructedBERTag()"><B>ConstructedBERTag()</B></A> - Constructor for class javacardx.framework.tlv.<A HREF="./javacardx/framework/tlv/ConstructedBERTag.html" title="class in javacardx.framework.tlv">ConstructedBERTag</A><DD>Constructor creates an empty constructed  BERTLV Tag object capable of encapsulating a constructed  BER TLV Tag.<DT><A HREF="./javacardx/framework/tlv/ConstructedBERTLV.html" title="class in javacardx.framework.tlv"><B>ConstructedBERTLV</B></A> - Class in <A HREF="./javacardx/framework/tlv/package-summary.html">javacardx.framework.tlv</A><DD>The <code>ConstructedBERTLV</code> class encapsulates a constructed BER TLV structure.<DT><A HREF="./javacardx/framework/tlv/ConstructedBERTLV.html#ConstructedBERTLV(short)"><B>ConstructedBERTLV(short)</B></A> - Constructor for class javacardx.framework.tlv.<A HREF="./javacardx/framework/tlv/ConstructedBERTLV.html" title="class in javacardx.framework.tlv">ConstructedBERTLV</A><DD>Constructor creates an empty <CODE>ConstructedBERTLV</CODE> object capable of encapsulating a <CODE>ConstructedBERTLV</CODE> structure.<DT><A HREF="./javacardx/framework/math/BCDUtil.html#convertToBCD(byte[], short, short, byte[], short)"><B>convertToBCD(byte[], short, short, byte[], short)</B></A> - Static method in class javacardx.framework.math.<A HREF="./javacardx/framework/math/BCDUtil.html" title="class in javacardx.framework.math">BCDUtil</A><DD>Converts the input hexadecimal data into BCD format.<DT><A HREF="./javacardx/framework/math/BCDUtil.html#convertToHex(byte[], short, short, byte[], short)"><B>convertToHex(byte[], short, short, byte[], short)</B></A> - Static method in class javacardx.framework.math.<A HREF="./javacardx/framework/math/BCDUtil.html" title="class in javacardx.framework.math">BCDUtil</A><DD>Converts the input BCD data into hexadecimal format.<DT><A HREF="./javacard/security/CryptoException.html" title="class in javacard.security"><B>CryptoException</B></A> - Exception in <A HREF="./javacard/security/package-summary.html">javacard.security</A><DD><code>CryptoException</code> represents a cryptography-related exception.<DT><A HREF="./javacard/security/CryptoException.html#CryptoException(short)"><B>CryptoException(short)</B></A> - Constructor for exception javacard.security.<A HREF="./javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A><DD>Constructs a <code>CryptoException</code> with the specified reason.</DL><HR><A NAME="_D_"><!-- --></A><H2><B>D</B></H2><DL><DT><A HREF="./javacardx/biometry/BioBuilder.html#DEFAULT_INITPARAM"><B>DEFAULT_INITPARAM</B></A> - Static variable in class javacardx.biometry.<A HREF="./javacardx/biometry/BioBuilder.html" title="class in javacardx.biometry">BioBuilder</A><DD>The default value of the provider specific initialization information, <code>initParam</code> parameter in the <code>buildBioTemplate()</code> method.<DT><A HREF="./javacard/framework/service/RMIService.html#DEFAULT_RMI_INVOKE_INSTRUCTION"><B>DEFAULT_RMI_INVOKE_INSTRUCTION</B></A> - Static variable in class javacard.framework.service.<A HREF="./javacard/framework/service/RMIService.html" title="class in javacard.framework.service">RMIService</A><DD>The default INS value (0x38) used for the remote method invocation command (INVOKE) in the Java Card platform RMI protocol.<DT><A HREF="./javacardx/framework/tlv/ConstructedBERTLV.html#delete(javacardx.framework.tlv.BERTLV, short)"><B>delete(BERTLV, short)</B></A> - Method in class javacardx.framework.tlv.<A HREF="./javacardx/framework/tlv/ConstructedBERTLV.html" title="class in javacardx.framework.tlv">ConstructedBERTLV</A><DD>Delete the specified occurrence of the specified BER TLV from <code>this</code> <CODE>ConstructedBERTLV</CODE>.<DT><A HREF="./javacard/framework/Applet.html#deselect()"><B>deselect()</B></A> - Method in class javacard.framework.<A HREF="./javacard/framework/Applet.html" title="class in javacard.framework">Applet</A><DD>Called by the Java Card runtime environment to inform that this currently selected applet is being deselected on this logical channel and no applet from the same package is still active on any other logical channel.<DT><A HREF="./javacard/framework/MultiSelectable.html#deselect(boolean)"><B>deselect(boolean)</B></A> - Method in interface javacard.framework.<A HREF="./javacard/framework/MultiSelectable.html" title="interface in javacard.framework">MultiSelectable</A><DD>Called by the Java Card runtime environment to inform that this currently selected applet instance is being deselected on this logical channel while the same applet instance or another applet instance from the same package is still active on another logical channel.<DT><A HREF="./javacard/security/DESKey.html" title="interface in javacard.security"><B>DESKey</B></A> - Interface in <A HREF="./javacard/security/package-summary.html">javacard.security</A><DD><code>DESKey</code> contains an 8/16/24-byte key for single/2 key triple DES/3 key triple DES operations.<DT><A HREF="./javacard/framework/service/Dispatcher.html#dispatch(javacard.framework.APDU, byte)"><B>dispatch(APDU, byte)</B></A> - Method in class javacard.framework.service.<A HREF="./javacard/framework/service/Dispatcher.html" title="class in javacard.framework.service">Dispatcher</A><DD>Manages the processing of the command in the <CODE>APDU</CODE> object.<DT><A HREF="./javacard/framework/service/ServiceException.html#DISPATCH_TABLE_FULL"><B>DISPATCH_TABLE_FULL</B></A> - Static variable in exception javacard.framework.service.<A HREF="./javacard/framework/service/ServiceException.html" title="class in javacard.framework.service">ServiceException</A><DD>This reason code is used to indicate that a dispatch table is full.<DT><A HREF="./javacard/framework/service/Dispatcher.html" title="class in javacard.framework.service"><B>Dispatcher</B></A> - Class in <A HREF="./javacard/framework/service/package-summary.html">javacard.framework.service</A><DD>A <CODE>Dispatcher</CODE> is used to build an application by aggregating several services.<DT><A HREF="./javacard/framework/service/Dispatcher.html#Dispatcher(short)"><B>Dispatcher(short)</B><

⌨️ 快捷键说明

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