JMRTD 0.4.5

org.jmrtd
Class BACStore

java.lang.Object
  extended by 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)

Constructor Summary
BACStore()
           
BACStore(File location)
           
BACStore(URL location)
           
 
Method Summary
 void addEntry(BACKeySpec entry)
           
 void addEntry(int i, BACKeySpec entry)
           
 List<BACKeySpec> getEntries()
           
 BACKeySpec getEntry(int entryRowIndex)
           
 File getLocation()
           
 void removeEntry(int index)
           
 void setLocation(File location)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BACStore

public BACStore()

BACStore

public BACStore(File location)

BACStore

public BACStore(URL location)
Method Detail

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)

JMRTD 0.4.5