org.javasign.interfaces
Interface CardFileSystem
- All Known Implementing Classes:
- SiemensFileSystem
- public interface CardFileSystem
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