org.javasign.cards
Class SiemensFileSystem
java.lang.Object
  |
  +--org.javasign.cards.SiemensFileSystem
- All Implemented Interfaces: 
- CardFileSystem
- public class SiemensFileSystem- extends java.lang.Object- implements CardFileSystem
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SiemensFileSystem
public SiemensFileSystem(Session session)
                  throws CardException
verify
public boolean verify(java.lang.String PIN)
               throws CardException
- 
- Specified by:
- verifyin interface- CardFileSystem
 
- 
- CardException
 
readCurrent
public java.lang.String readCurrent()
                             throws CardException
- 
- Specified by:
- readCurrentin interface- CardFileSystem
 
- 
- CardException
 
getCurrent
public CardFile getCurrent()
- 
- Specified by:
- getCurrentin interface- CardFileSystem
 
- 
 
setCurrent
public void setCurrent(CardFile curFile)
                throws CardException
- 
- Specified by:
- setCurrentin interface- CardFileSystem
 
- 
- CardException
 
deleteCurrent
public boolean deleteCurrent()
                      throws CardException,
                             java.io.IOException
- 
- Specified by:
- deleteCurrentin interface- CardFileSystem
 
- 
- CardException
- java.io.IOException
 
listFiles
public CardFile[] listFiles()
                     throws CardException
- 
- Specified by:
- listFilesin interface- CardFileSystem
 
- 
- CardException