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

Field Summary
static java.lang.String VERSION
          The library Version
 
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
static void setLicense(java.lang.String licensee, java.lang.String productKey)
          Sets the license information
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static java.lang.String VERSION
The library Version

Constructor Detail

SmartCardManager

public SmartCardManager()
Constructor

Method Detail

setLicense

public static void setLicense(java.lang.String licensee,
                              java.lang.String productKey)
Sets the license information

Parameters:
licensee - the licensee
productKey - the productKey

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