org.jmrtd
Class BACStore
java.lang.Object
org.jmrtd.BACStore
public class BACStore
- extends Object
Flat file based database for BAC entries.
- Version:
- $Revision: 764 $
- Author:
- Martijn Oostdijk (martijn.oostdijk@gmail.com)
BACStore
public BACStore()
BACStore
public BACStore(File location)
BACStore
public BACStore(URL location)
getLocation
public File getLocation()
setLocation
public void setLocation(File location)
getEntries
public List<BACKeySpec> getEntries()
addEntry
public void addEntry(BACKeySpec entry)
addEntry
public void addEntry(int i,
BACKeySpec entry)
toString
public String toString()
- Overrides:
toString in class Object
removeEntry
public void removeEntry(int index)
getEntry
public BACKeySpec getEntry(int entryRowIndex)