public class VerifierList extends Object
Constructor and Description |
---|
VerifierList() |
Modifier and Type | Method and Description |
---|---|
TreeMap |
getKeysAndFiles(File dir,
String filter)
Returns the list of keyfiles and associated logfiles
in a treemap structure.
|
Vector |
getLogFilesForKey(File dir,
String log,
String key1,
String key2)
Returns the logfiles associated with the given keyfile with reference
to the next keyfile.
|
String[] |
getSortedKeyFileNames(File dir,
String basestring)
Sort the files and return.
|
public TreeMap getKeysAndFiles(File dir, String filter)
dir
- path to the location of the files.filter
- the filter to be used in searching.public String[] getSortedKeyFileNames(File dir, String basestring)
dir
- path to the files.basestring
- the filter to be used for selecting files.public Vector getLogFilesForKey(File dir, String log, String key1, String key2)
dir
- path to the location of the log files.log
- The filter on which the search is to be applied.key1
- The key on which the search is conducted and assocaited.key2
- The key against which the search is conducted.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.