com.cryptware.jscapi
Class SmartCardManager

java.lang.Object
  extended by com.cryptware.jscapi.SmartCardManager

public class SmartCardManager
extends java.lang.Object

Smart Card Manager for managing all stuffs related to smart cards and readers
SmartCardManager object allows managing smart cards and readers.

Author:
Ugo Chirico

Constructor Summary
SmartCardManager()
          Constructor
 
Method Summary
 Readers getActiveReaders()
          Returns the collection of readers currently plugged into the PC and having a smart card inserted
 Readers getPluggedReaders()
          Returns the collection of readers currently plugged to the PC
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartCardManager

public SmartCardManager()
Constructor

Method Detail

getActiveReaders

public Readers getActiveReaders()
Returns the collection of readers currently plugged into the PC and having a smart card inserted

Returns:
the collection of readers currently plugged into the PC and having a smart card inserted

getPluggedReaders

public Readers getPluggedReaders()
Returns the collection of readers currently plugged to the PC

Returns:
Collection of readers currently plugged to the PC