|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cryptware.jscapi.SmartCardManager
public class SmartCardManager
Smart Card Manager for managing all stuffs related to smart cards and readers
SmartCardManager object allows managing smart cards and readers.
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 |
---|
public static java.lang.String VERSION
Constructor Detail |
---|
public SmartCardManager()
Method Detail |
---|
public static void setLicense(java.lang.String licensee, java.lang.String productKey)
licensee
- the licenseeproductKey
- the productKeypublic Readers getActiveReaders()
public Readers getPluggedReaders()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |