org.javasign.interfaces
Interface CardFileSystem

All Known Implementing Classes:
SiemensFileSystem

public interface CardFileSystem


Method Summary
 boolean deleteCurrent()
           
 CardFile getCurrent()
           
 CardFile[] listFiles()
           
 java.lang.String readCurrent()
           
 void setCurrent(CardFile curFile)
           
 boolean verify(java.lang.String PIN)
           
 

Method Detail

verify

public boolean verify(java.lang.String PIN)
               throws CardException
CardException

readCurrent

public java.lang.String readCurrent()
                             throws CardException
CardException

getCurrent

public CardFile getCurrent()

deleteCurrent

public boolean deleteCurrent()
                      throws CardException,
                             java.io.IOException
CardException
java.io.IOException

setCurrent

public void setCurrent(CardFile curFile)
                throws CardException
CardException

listFiles

public CardFile[] listFiles()
                     throws CardException
CardException