OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

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 $

Constructor Summary
GetCardID()
           
 
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
 

Constructor Detail

GetCardID

public GetCardID()
Method Detail

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.