2521N/A Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. 2521N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 2521N/A This code is free software; you can redistribute it and/or modify it 2521N/A under the terms of the GNU General Public License version 2 only, as 2521N/A published by the Free Software Foundation. Sun designates this 2521N/A particular file as subject to the "Classpath" exception as provided 2521N/A by Sun in the LICENSE file that accompanied this code. 2521N/A This code is distributed in the hope that it will be useful, but WITHOUT 2521N/A ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 2521N/A FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 2521N/A version 2 for more details (a copy is included in the LICENSE file that 2521N/A You should have received a copy of the GNU General Public License version 2521N/A 2 along with this work; if not, write to the Free Software Foundation, 2521N/A Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 2521N/A Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, 2892N/A<
h2>Java™ Smart Card I/O API</
h2>
2521N/AThis specification describes the Java Smart Card I/O API defined by
2892N/AIt defines a Java API for communication with Smart Cards
2521N/Ausing
ISO/
IEC 7816-4 APDUs. It thereby allows Java applications to interact with
2521N/Aapplications running on the Smart Card, to store and retrieve data
2521N/AThe API is defined by classes in the package
2521N/A<
dt>Classes describing the corresponding Smart Card structures
2521N/A<
dt>Factory to obtain implementations
2521N/A<
dt>Main classes for card and terminal functions
2892N/A<
dt>Supporting permission and exception classes
2521N/A<
dt>Service provider interface, not accessed directly by applications
2521N/AA simple example of using the API is:
2521N/A // show the list of available terminals
// get the first terminal
// establish a connection with the card
@author JSR 268 Expert Group