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