demos.samples
Class GetCardID
java.lang.Object
|
+--demos.samples.GetCardID
- public class GetCardID
- extends java.lang.Object
A sample that demonstrates the access to a smard card and
obtains a CardID object which represents an ATR.
- Version:
- $Id: GetCardID.java,v 1.1 1999/12/03 09:34:41 damke Exp $
|
Method Summary |
static void |
main(java.lang.String[] args)
|
static void |
printCardID(CardID cardID)
Prints out the information of the CardID object passed. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
GetCardID
public GetCardID()
main
public static void main(java.lang.String[] args)
printCardID
public static void printCardID(CardID cardID)
- Prints out the information of the CardID object passed.
|