- generateSecretKey(int) - Static method in class lib.Utilities
-
Generate secret key.
- getActiveCountry() - Method in class client.PacFactory
-
Get the active country code
- getActiveDesktop() - Static method in class lib.OSFunction
-
Get the name of the active desktop
- getActiveStreams() - Method in class client.TorController
-
Get list of active streams
- getAgeOfFile(String, int) - Static method in class lib.SimpleFile
-
Get the age of a specified file
- getAppSettingsPath(String, String) - Static method in class lib.OSFunction
-
Get a specified application's settings folder, if null return this
applications setting folder
- getBandwidth() - Method in class client.NodeItem
-
Get nodeitem bandwith
- getBestHops() - Method in class client.TorController
-
Get best hops
- getBestLatency() - Method in class client.TorController
-
Get best latency
- getBodyAsString() - Method in class lib.NetFunctions.HttpPage
-
Retrieve http body as string should only be used with text content
- getBool(String) - Method in class lib.SimpleProps
-
Get a boolean property
- getBridges() - Method in class client.TorProcess
-
Get bridges
- getBuildFlags() - Method in class client.TorCircuit
-
Get current circuits build flags
- getBuiltCircuits(boolean) - Method in class client.TorController
-
Get built circuits
- getCacheAge() - Method in class client.TorProcess
-
Get the age of the file cache in minutes
- getCachedDataFolder() - Method in class client.TorProcess
-
Get the currently set cached data folder
- getCachedProcesses() - Static method in class lib.OSFunction
-
Cached list of processes
- getChangedProperties() - Method in class lib.SimpleProps
-
Get a comma separated list of properties that were changed
- getCircuit() - Method in class client.TorCircuit
-
Get circuit
- getCircuitHops() - Method in class client.NodeItem
-
Get circuit hops
- getClientLocation() - Method in class client.TorProcess
-
Get Tor client location as a filepath
- getClientStatus() - Method in class lib.ClientProcess
-
- getCLIOptionBool(String) - Method in class client.TorProcess
-
Get a previously added tor option boolean value
- getCLIOptions(String) - Method in class client.TorProcess
-
Get a previously added tor option string
- getCLIOptionsAsString() - Method in class client.TorProcess
-
Gets all the currently set tor options as single String for use as
arguments passed to tor client
- getColumnClass(int) - Method in class client.ExitNodeTableModel
-
Get column class at given index
- getColumnClass(int) - Method in class client.GuardNodeTableModel
-
Get column class at given index
- getColumnClass(int) - Method in class client.PatternsEditor.PACTableModel
-
Get column class
- getColumnCount() - Method in class client.ExitNodeTableModel
-
Get the number of columns
- getColumnCount() - Method in class client.GuardNodeTableModel
-
Get the number of columns
- getColumnCount() - Method in class client.PatternsEditor.PACTableModel
-
Get column count as integer
- getColumnName(int) - Method in class client.ExitNodeTableModel
-
Get column name at given index
- getColumnName(int) - Method in class client.GuardNodeTableModel
-
Get column name at given index
- getColumnName(int) - Method in class client.PatternsEditor.PACTableModel
-
Get column name at given index
- getCompositor() - Static method in class lib.OSFunction
-
Get the name of the compositor
- getConfigFilePath() - Method in class client.TorProcess
-
Get the path to the configuration file
- getControlPort() - Method in class client.TorProcess
-
Get the control port
- getCountryCode() - Method in class client.NodeItem
-
Get nodeitem two letter country code abbreviation
- getCountryFromIP(String) - Method in class client.TorController
-
Attempts to return the Country associated with an ip address
- getCountryName() - Method in class client.NodeItem
-
Get nodeitem full country name
- getCurrentStatus() - Method in class client.NodeList
-
Get the process status
- getDataFolder() - Method in class client.TorProcess
-
Get the datafolder being used by tor client
- getDescription() - Method in class client.QuickAddDialog
-
Get contents of description field
- getDescription() - Method in class lib.ExtensionFileFilter
-
Get description
- getDisplayCountry(String) - Method in class lib.Localisation
-
Get the country name for supplied iso2 code
- getDoNotProxy() - Method in class client.PacFactory
-
Get value of comma separated host or ip list
- getEnabledCount() - Method in class client.GuardNodeTableModel
-
- getEntryGuardsAsCSV() - Method in class client.TorController
-
Get entry guards chosen by tor client
- getEntryNodes() - Method in class client.TorController
-
Get configured entry nodes
- getEventMessage(int) - Method in class client.TorController
-
- getEventMessage(int) - Method in class client.TorProcess
-
Get textual representation on an event
- getExit(int) - Method in class client.TorCircuit
-
Get Exitnode
- getExitHop() - Method in class client.TorCircuit
-
Get current circuits exit node
- getExitNodes(boolean, boolean) - Method in class client.NodeList
-
Get a list of exitnodes, if all is false then it returns only favourited
nodes, if omitfailednodes is true then don't include nodes that failed
testing
- getExitNodesAsString(boolean, boolean) - Method in class client.NodeList
-
Get a string of comma separated exitnodes, if all is false then it
returns only favourited nodes, if omitfailednodes is true then don't
include nodes that failed testing
- getExpires() - Method in class lib.NetFunctions.HttpPage
-
- getFile() - Method in class lib.SimpleFile
-
Get file
- getFileFilter() - Method in class lib.SimpleFile
-
Gets the current file filter
- getFileList() - Method in class lib.SimpleFile
-
Gets the file list at the specified directory location based on filter
contents
- getFilenames(int) - Method in class lib.SimpleFile
-
Returns an array of filenames, array if populated from the offset value
onwards
- getFileSeparator() - Static method in class lib.OSFunction
-
Get file separator
- getFingerprint() - Method in class client.NodeItem
-
Get nodeitems fingerprint
- getFont() - Method in class lib.InfoDialog
-
- getFromNodeHop(String, int) - Static method in class client.TorCircuit
-
Get fingerprint of given node Nodeinfo is in the format of
fingerprint~name or fingerprint=name
- getGnome3Pref(String, String) - Static method in class lib.OSFunction
-
Get gnome 3 preference using schema name and key name
- getGsettingsPath() - Static method in class lib.OSFunction
-
Test if gsettings installed (Linux only)
- getGuard(int) - Method in class client.TorCircuit
-
Get Guardnode finger or nick
- getGuardFavouritesAsCSV() - Method in class client.NodeList
-
Get guard favourites
- getGuardHop() - Method in class client.TorCircuit
-
Get current circuits guard or entry node
- getGuardNodes() - Method in class client.NodeList
-
Get a list of all guard nodes guard nodes
- getHops() - Method in class client.TorCircuit
-
Get circuit hops
- getID() - Method in class client.TorCircuit
-
Get current circuit ID
- getInfo(String) - Method in class client.TorController
-
Get tor status information for a given property.
- getInt(String) - Method in class lib.SimpleProps
-
Get an integer number property
- getIPAddress() - Method in class client.NodeItem
-
Get nodeitem ip address
- getKDEPref(String, String, String) - Static method in class lib.OSFunction
-
Get a kde preference string value using group name, key name and return
contents of def on failure
- getKDEProxyPath() - Static method in class lib.OSFunction
-
Test for KDE installed (Linux only)
- getLangCode() - Static method in class lib.OSFunction
-
Get default language iso code
- getLastModified() - Method in class lib.NetFunctions.HttpPage
-
- getLatency() - Method in class client.NodeItem
-
Get Nodeitem latency in ms
- getLatency() - Method in class client.TorController
-
Get current latency
- getLatency(String, Proxy, int) - Method in class lib.NetFunctions
-
Get latency non threaded version
- getLatestCircuit() - Method in class client.TorController
-
Get the latest circuit
- getListAsCSV(ArrayList<String>) - Static method in class lib.Utilities
-
Covert list to csv
- getListenPort() - Method in class client.TorProcess
-
Get the listening port
- getLiveProcesses() - Static method in class lib.OSFunction
-
Gets list of active system processes
- getLocale() - Method in class lib.Localisation
-
Get the locale
- getLong(String) - Method in class lib.SimpleProps
-
Get a long number property
- getMiddleHop() - Method in class client.TorCircuit
-
Get current circuits middle node if any, returns exit node for a two hop
circuit
- getMiddleMan(int) - Method in class client.TorCircuit
-
Get Middleman
- getNickName() - Method in class client.NodeItem
-
Get nodeitem unique name
- getNode(String) - Method in class client.NodeList
-
Get node item from its fingerprint
- getNodeItemAt(int) - Method in class client.ExitNodeTableModel
-
Get row nodeitem
- getNotifySendPath() - Method in class lib.DesktopNotify
-
- getNumberOfFavs() - Method in class client.NodeList
-
Get the number of active favourites
- getOldestFile() - Method in class lib.SimpleFile
-
- getOSArch() - Static method in class lib.OSFunction
-
Get OS architecture, convenience method
- getOSName() - Static method in class lib.OSFunction
-
Get OS name, convenience method
- getOSVersion() - Static method in class lib.OSFunction
-
Get OS version
- getOurProcessID() - Static method in class lib.OSFunction
-
Get process id
- getOwnershipID() - Method in class client.TorProcess
-
Return the currently set process ownership ID
- getPattern() - Method in class client.QuickAddDialog
-
Get contents of the pattern field
- getPatternsFiles() - Method in class client.PacFactory
-
Get an array of user pattern files
- getProcess() - Method in class lib.ClientProcess
-
Return the client system process
- getProcessID(String) - Static method in class lib.OSFunction
-
Get process id from a process
- getProcessOutput(InputStream) - Static method in class lib.OSFunction
-
Obtain all output of an executed process.
- getProcessResult(Process) - Static method in class lib.OSFunction
-
Convenience method to get the first resultant output of an executed
process as a String
- getProperty(String) - Method in class lib.NetFunctions.HttpPage
-
Get various properties of the web page
- getPurpose() - Method in class client.TorCircuit
-
Get current circuits purpose
- getReturnStatus() - Method in class client.GuardNodeDialog
-
- getReturnStatus() - Method in class client.PatternsEditor
-
- getReturnStatus() - Method in class client.PrefsDialog
-
- getReturnStatus() - Method in class client.QuickAddDialog
-
- getReturnStatus() - Method in class lib.InfoDialog
-
- getRouterDesc(String) - Method in class client.NodeList
-
- getRouterStatus(String) - Method in class client.NodeList
-
- getSecret() - Method in class client.TorProcess
-
Get the currently set authentification secret
- getSeparator() - Static method in class lib.SimpleFile
-
- getServerDate() - Method in class lib.NetFunctions.HttpPage
-
- getSha1Sum(String) - Static method in class lib.Utilities
-
Calculate the sha1 checksum of a given file
- getSHAHash(String) - Static method in class lib.Utilities
-
Get SHAHash using given password string
- getStability() - Method in class client.NodeItem
-
Get Nodeitem stability
- getStatus() - Method in class client.TorCircuit
-
Get current circuit status
- getStatus() - Method in class client.TorController
-
Get current status
- getStdoutTextArea() - Method in class client.TorMonFrame
-
- getStreams() - Method in class client.NodeItem
-
Get nodeitems active streams
- getString(String) - Method in class lib.Localisation
-
Get localised string using given key
- getString(String) - Method in class lib.SimpleProps
-
Get a String property
- getStrings(String...) - Method in class lib.Localisation
-
Get an array of localised strings using a key array or multiple keys
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class client.PatternsEditor.CustomTableCellRenderer
-
- getTempFolder(String) - Static method in class lib.OSFunction
-
Get users temp folder
- getTestingMessage() - Method in class client.NodeItem
-
Get Node item status
- getTestLatency() - Method in class client.NodeItem
-
Get Nodeitem test latency in ms
- getTestStatus() - Method in class client.NodeItem
-
Get testing status flag
- getText() - Method in class lib.TextResourceDialog
-
Get the license text
- getTextArea() - Method in class lib.InfoDialog
-
- getTextFromFile(String) - Static method in class lib.Utilities
-
Retrieve text from a text file
- getTextFromResource(String) - Static method in class lib.Utilities
-
Retrieve text from a resource text file
- getTimestamp() - Method in class client.TorCircuit
-
Get current circuits timestamp
- getTorHashPassword(String) - Static method in class lib.Utilities
-
- getTorLatency(int) - Method in class client.TorController
-
Returns measured latency for the active circuit without creating a
stream, this blocks so be careful
- getTorrcOption(String) - Method in class client.TorProcess
-
Get a previously added tor option string
- getTorrcOptionsAsString() - Method in class client.TorProcess
-
Gets all the currently set torrc options as single String
- getURLContentAsString(String, Socket) - Method in class lib.NetFunctions
-
Check web for updates and return version string if an update is available
- getUserName() - Static method in class lib.OSFunction
-
Get user name
- getUsersCurrentFolder() - Static method in class lib.OSFunction
-
Get users current folder
- getUsersDocFolder() - Static method in class lib.OSFunction
-
Get users documents folder (Windows only)
- getUserSettingsPath() - Static method in class lib.OSFunction
-
Get user settings path
- getUsersHomeFolder() - Static method in class lib.OSFunction
-
Get users home folder
- getValidatedCountries() - Method in class client.NodeList
-
Gets validated countries, a valid country is any country with active exit
nodes
- getValidatedCountryCodes() - Method in class client.NodeList
-
Gets validated country codes, a valid country is any country with active
exit nodes
- getValueAt(int, int) - Method in class client.ExitNodeTableModel
-
Get cell value as object at row,col
- getValueAt(int, int) - Method in class client.GuardNodeTableModel
-
Get cell value as object at row,col
- getVersion() - Method in class client.TorProcess
-
Get Tor version as float
- GTKFixes - Class in lib
-
- GTKFixes() - Constructor for class lib.GTKFixes
-
- GuardNodeDialog - Class in client
-
- GuardNodeDialog(Frame, boolean) - Constructor for class client.GuardNodeDialog
-
Creates new form GuardNodeDialog
- GuardNodeTableModel - Class in client
-
- GuardNodeTableModel() - Constructor for class client.GuardNodeTableModel
-