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

📄 index-all.html

📁 JAVA CARD 开发包规格说明,版本为2.2.2
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc (build 1.5.0_02) on Wed Mar 22 19:19:22 PST 2006 --><TITLE>Index (Java Card API and Subsets)</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style"><SCRIPT type="text/javascript">function windowTitle(){    parent.document.title="Index (Java Card API and Subsets)";}</SCRIPT><NOSCRIPT></NOSCRIPT></HEAD><BODY BGCOLOR="white" onload="windowTitle();"><!-- ========= START OF TOP NAVBAR ======= --><A NAME="navbar_top"><!-- --></A><A HREF="#skip-navbar_top" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java Card </b><br><font size="-1">v2.2.2</font></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;PREV&nbsp;&nbsp;NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_top"></A><!-- ========= END OF TOP NAVBAR ========= --><A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR><A NAME="_A_"><!-- --></A><H2><B>A</B></H2><DL><DT><A HREF="./javacard/framework/JCSystem.html#abortTransaction()"><B>abortTransaction()</B></A> - Static method in class javacard.framework.<A HREF="./javacard/framework/JCSystem.html" title="class in javacard.framework">JCSystem</A><DD>Aborts the atomic transaction.<DT><A HREF="./javacardx/framework/math/BigNumber.html#add(byte[], short, short, byte)"><B>add(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>Increments the internal big number by the specified operand value<DT><A HREF="./javacard/framework/service/Dispatcher.html#addService(javacard.framework.service.Service, byte)"><B>addService(Service, 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>Atomically adds the specified service to the dispatcher registry for the specified processing phase.<DT><A HREF="./javacard/security/AESKey.html" title="interface in javacard.security"><B>AESKey</B></A> - Interface in <A HREF="./javacard/security/package-summary.html">javacard.security</A><DD><code>AESKey</code> contains a 16/24/32 byte key for AES computations based on the Rijndael algorithm.<DT><A HREF="./javacard/framework/AID.html" title="class in javacard.framework"><B>AID</B></A> - Class in <A HREF="./javacard/framework/package-summary.html">javacard.framework</A><DD>This class encapsulates the Application Identifier (AID) associated with an applet.<DT><A HREF="./javacard/framework/AID.html#AID(byte[], short, byte)"><B>AID(byte[], short, byte)</B></A> - Constructor for class javacard.framework.<A HREF="./javacard/framework/AID.html" title="class in javacard.framework">AID</A><DD>The Java Card runtime environment uses this constructor to create a new <code>AID</code> instance encapsulating the specified AID bytes.<DT><A HREF="./javacardx/crypto/Cipher.html#ALG_AES_BLOCK_128_CBC_NOPAD"><B>ALG_AES_BLOCK_128_CBC_NOPAD</B></A> - Static variable in class javacardx.crypto.<A HREF="./javacardx/crypto/Cipher.html" title="class in javacardx.crypto">Cipher</A><DD>Cipher algorithm <code>ALG_AES_BLOCK_128_CBC_NOPAD</code> provides a cipher using AES with block size 128 in CBC mode and   does not pad input data.<DT><A HREF="./javacardx/crypto/Cipher.html#ALG_AES_BLOCK_128_ECB_NOPAD"><B>ALG_AES_BLOCK_128_ECB_NOPAD</B></A> - Static variable in class javacardx.crypto.<A HREF="./javacardx/crypto/Cipher.html" title="class in javacardx.crypto">Cipher</A><DD>Cipher algorithm <code>ALG_AES_BLOCK_128_ECB_NOPAD</code> provides a cipher using AES with block size 128 in ECB mode and   does not pad input data.<DT><A HREF="./javacard/security/Signature.html#ALG_AES_MAC_128_NOPAD"><B>ALG_AES_MAC_128_NOPAD</B></A> - Static variable in class javacard.security.<A HREF="./javacard/security/Signature.html" title="class in javacard.security">Signature</A><DD>Signature algorithm <code>ALG_AES_MAC_128_NOPAD</code> generates a 16-byte MAC using AES with blocksize 128 in CBC mode and does not pad input data.<DT><A HREF="./javacardx/crypto/Cipher.html#ALG_DES_CBC_ISO9797_M1"><B>ALG_DES_CBC_ISO9797_M1</B></A> - Static variable in class javacardx.crypto.<A HREF="./javacardx/crypto/Cipher.html" title="class in javacardx.crypto">Cipher</A><DD>Cipher algorithm <code>ALG_DES_CBC_ISO9797_M1</code> provides a cipher using DES in CBC mode or triple DES in outer CBC mode, and pads  input data according to the ISO 9797 method 1 scheme.<DT><A HREF="./javacardx/crypto/Cipher.html#ALG_DES_CBC_ISO9797_M2"><B>ALG_DES_CBC_ISO9797_M2</B></A> - Static variable in class javacardx.crypto.<A HREF="./javacardx/crypto/Cipher.html" title="class in javacardx.crypto">Cipher</A><DD>Cipher algorithm <code>ALG_DES_CBC_ISO9797_M2</code> provides a cipher using DES in CBC mode or triple DES in outer CBC mode, and pads   input data according to the ISO 9797 method 2 (ISO 7816-4, EMV'96) scheme.<DT><A HREF="./javacardx/crypto/Cipher.html#ALG_DES_CBC_NOPAD"><B>ALG_DES_CBC_NOPAD</B></A> - Static variable in class javacardx.crypto.<A HREF="./javacardx/crypto/Cipher.html" title="class in javacardx.crypto">Cipher</A><DD>Cipher algorithm <code>ALG_DES_CBC_NOPAD</code> provides a cipher using DES in CBC mode  or triple DES in outer CBC mode, and  does not pad input data.<DT><A HREF="./javacardx/crypto/Cipher.html#ALG_DES_CBC_PKCS5"><B>ALG_DES_CBC_PKCS5</B></A> - Static variable in class javacardx.crypto.<A HREF="./javacardx/crypto/Cipher.html" title="class in javacardx.crypto">Cipher</A><DD>Cipher algorithm </code>ALG_DES_CBC_PKCS5</code> provides a cipher using DES in CBC mode or triple DES in outer CBC mode, and pads   input data according to the PKCS#5 scheme.<DT><A HREF="./javacardx/crypto/Cipher.html#ALG_DES_ECB_ISO9797_M1"><B>ALG_DES_ECB_ISO9797_M1</B></A> - Static variable in class javacardx.crypto.<A HREF="./javacardx/crypto/Cipher.html" title="class in javacardx.crypto">Cipher</A><DD>Cipher algorithm <code>ALG_DES_ECB_ISO9797_M1</code> provides a cipher using DES in ECB mode, and pads  input data according to the ISO 9797 method 1 scheme.

⌨️ 快捷键说明

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