A B C D E F G H I K L M N O P Q R S T U V X Y

A

accept(File) - Method in class psman.gui.MyFilter
 
actionPerformed(ActionEvent) - Method in class psman.gui.ConfigurationPanel
 
actionPerformed(ActionEvent) - Method in class psman.gui.TPartnerPanel
 
actionPerformed(ActionEvent) - Method in class psman.gui.CertificatePanel
 
actionPerformed(ActionEvent) - Method in class psman.gui.DatabasePanel
 
actionPerformed(ActionEvent) - Method in class psman.gui.RulePanel
 
actionPerformed(ActionEvent) - Method in class psman.gui.DataFieldPanel
 
actionPerformed(ActionEvent) - Method in class psman.gui.MainMenu
 
actionPerformed(ActionEvent) - Method in class psman.gui.TransactionPanel
 
actionPerformed(ActionEvent) - Method in class psman.gui.DatePanel
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class psman.gui.PseudonymPanel
 
actionPerformed(ActionEvent) - Method in class psman.gui.KeyPanel
 
add(Container, Component, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class psman.gui.Layout
 
addMouseListenerToHeaderInTable(JTable) - Method in class psman.gui.TableSorter
 
addRowAt(int, Object[]) - Method in class psman.gui.MyTableModel
 
AppelRuleSet - class psman.data.AppelRuleSet.
One set of rules for Appel.
APPELRULESET - Static variable in interface psman.dbi.DBI
The appelruleset database table constant.
AppelRuleSet(String, String) - Constructor for class psman.data.AppelRuleSet
Constructor, only for appel rule sets.
appelRuleSetTable() - Method in class psman.dbi.XML
 
appelRuleSetTable() - Method in class psman.dbi.SQL
 
appelRuleSetTable() - Method in interface psman.dbi.DBI
Parse the database and return all sets of appel rules.
appelRuleSetTable() - Method in class psman.dbi.CryptedDBI
 
appelRuleSetTable() - Method in class psman.dbi.TimedDBI
 
ascending - Variable in class psman.gui.TableSorter
 

B

buttonSize - Static variable in class psman.gui.TabPanel
 

C

C - Variable in class psman.dbi.SQL
The database connection object.
Category - class psman.data.Category.
The categories of data fields.
CATEGORY - Static variable in interface psman.dbi.DBI
The category database table constant.
Category(int, String) - Constructor for class psman.data.Category
Constructor, only for existing categories.
Category(String) - Constructor for class psman.data.Category
Constructor, only for new categories.
categoryTable() - Method in class psman.dbi.XML
 
categoryTable() - Method in class psman.dbi.SQL
 
categoryTable() - Method in interface psman.dbi.DBI
Parse the database and return all category records.
categoryTable() - Method in class psman.dbi.CryptedDBI
 
categoryTable() - Method in class psman.dbi.TimedDBI
 
Certificate - class psman.data.Certificate.
The certificates and credentials.
CERTIFICATE - Static variable in interface psman.dbi.DBI
The certificate database table constant.
CERTIFICATE_PUBLIC_KEY - Static variable in interface psman.dbi.DBI
The certificate_key database table constant.
Certificate(byte[], byte[]) - Constructor for class psman.data.Certificate
Constructor, only for existing certifictes.
CertificatePanel - class psman.gui.CertificatePanel.
The certificate panel.
CertificatePanel(Mediator) - Constructor for class psman.gui.CertificatePanel
 
certificateTable() - Method in class psman.dbi.XML
 
certificateTable() - Method in class psman.dbi.SQL
 
certificateTable() - Method in interface psman.dbi.DBI
Parse the database and return all certificate records.
certificateTable() - Method in class psman.dbi.CryptedDBI
 
certificateTable() - Method in class psman.dbi.TimedDBI
 
Chain - class psman.data.Chain.
The chain of rules.
CHAIN - Static variable in interface psman.dbi.DBI
The chain database table constant.
Chain(int, String) - Constructor for class psman.data.Chain
Constructor, only for existing chains.
Chain(String) - Constructor for class psman.data.Chain
Constructor, only for new chains.
chainTable() - Method in class psman.dbi.XML
 
chainTable() - Method in class psman.dbi.SQL
 
chainTable() - Method in interface psman.dbi.DBI
Parse the database and return all chain records.
chainTable() - Method in class psman.dbi.CryptedDBI
 
chainTable() - Method in class psman.dbi.TimedDBI
 
checkModel() - Method in class psman.gui.TableSorter
 
clear() - Method in class psman.gui.MyTableModel
 
close() - Method in class psman.gui.ConfigurationPanel
 
close() - Method in class psman.gui.TPartnerPanel
 
close() - Method in class psman.gui.CertificatePanel
 
close() - Method in class psman.gui.DatabasePanel
 
close() - Method in class psman.gui.RulePanel
 
close() - Method in class psman.gui.DataFieldPanel
 
close() - Method in class psman.gui.MainMenu
 
close() - Method in class psman.gui.TransactionPanel
 
close() - Method in interface psman.gui.Mediator
 
close() - Method in class psman.gui.PseudonymPanel
 
close() - Method in class psman.gui.KeyPanel
 
close() - Method in class psman.gui.MainPanel
 
close() - Method in class psman.gui.MainFrame
 
compare(int, int) - Method in class psman.gui.TableSorter
 
compareRowsByColumn(int, int, int) - Method in class psman.gui.TableSorter
 
compares - Variable in class psman.gui.TableSorter
 
computeID(byte[]) - Static method in class psman.data.PublicKey
 
computeID(byte[], byte[]) - Static method in class psman.data.Certificate
 
Configuration - class psman.data.Configuration.
Container for Settings.
CONFIGURATION - Static variable in interface psman.dbi.DBI
The category database table constant.
Configuration(String, String) - Constructor for class psman.data.Configuration
Constructor, only for existing configuration entries.
ConfigurationPanel - class psman.gui.ConfigurationPanel.
The Configuration panel.
ConfigurationPanel(Mediator) - Constructor for class psman.gui.ConfigurationPanel
 
configurationTable() - Method in class psman.dbi.XML
 
configurationTable() - Method in class psman.dbi.SQL
 
configurationTable() - Method in interface psman.dbi.DBI
Parse the database and return all configuration records.
configurationTable() - Method in class psman.dbi.CryptedDBI
 
configurationTable() - Method in class psman.dbi.TimedDBI
 
confirmConnect() - Method in class psman.gui.TabPanel
 
confirmCreate() - Method in class psman.gui.MainMenu
 
confirmDelete() - Method in class psman.gui.TabPanel
 
confirmDisconnect() - Method in class psman.gui.TabPanel
 
confirmDrop() - Method in class psman.gui.MainMenu
 
confirmInsert() - Method in class psman.gui.TabPanel
 
confirmUpdate() - Method in class psman.gui.TabPanel
 
connect() - Method in class psman.dbi.SQL
Connect to the database using the private class fields.
connect(Properties) - Method in class psman.dbi.XML
 
connect(Properties) - Method in class psman.dbi.SQL
TODO: Javadoc Properties erklären
connect(Properties) - Method in interface psman.dbi.DBI
Connect to the database.
connect(Properties) - Method in class psman.dbi.CryptedDBI
 
connect(Properties) - Method in class psman.dbi.TimedDBI
 
create() - Method in class psman.dbi.XML
 
create() - Method in class psman.dbi.SQL
 
create() - Method in interface psman.dbi.DBI
Create all predefined database tables in correct order.
create() - Method in class psman.dbi.CryptedDBI
 
create() - Method in class psman.dbi.TimedDBI
 
create(int) - Method in class psman.dbi.XML
 
create(int) - Method in class psman.dbi.SQL
 
create(int) - Method in class psman.dbi.PostgreSQL
 
create(int) - Method in class psman.dbi.MySQL
 
create(int) - Method in interface psman.dbi.DBI
Create a predefined database table.
create(int) - Method in class psman.dbi.Sybase
 
create(int) - Method in class psman.dbi.CryptedDBI
 
create(int) - Method in class psman.dbi.TimedDBI
 
CryptedDBI - class psman.dbi.CryptedDBI.
Crypto Layer between the real DBI and the application for content encryption.
CryptedDBI(DBI) - Constructor for class psman.dbi.CryptedDBI
Constructor.

D

DATA_FIELD - Static variable in interface psman.dbi.DBI
The data_field database table constant.
DATA_FIELD_CATEGORY - Static variable in interface psman.dbi.DBI
The data_field_category database table constant.
DATA_FIELD_CERTIFICATE - Static variable in interface psman.dbi.DBI
The data_field_certificate database table constant.
database - Variable in class psman.dbi.SQL
The database name.
DatabasePanel - class psman.gui.DatabasePanel.
The database panel.
DatabasePanel(Mediator) - Constructor for class psman.gui.DatabasePanel
 
DataField - class psman.data.DataField.
The personal data field.
DataField(int, TPartner, String, byte[], Date, Date) - Constructor for class psman.data.DataField
Constructor, only for existing data fields.
DataField(TPartner, String, byte[], Date, Date) - Constructor for class psman.data.DataField
Constructor, only for new data fields.
DataFieldPanel - class psman.gui.DataFieldPanel.
The data field panel.
DataFieldPanel(Mediator) - Constructor for class psman.gui.DataFieldPanel
 
dataFieldTable() - Method in class psman.dbi.XML
 
dataFieldTable() - Method in class psman.dbi.SQL
 
dataFieldTable() - Method in interface psman.dbi.DBI
Parse the database and return all data field records.
dataFieldTable() - Method in class psman.dbi.CryptedDBI
 
dataFieldTable() - Method in class psman.dbi.TimedDBI
 
DatePanel - class psman.gui.DatePanel.
Editor for Timestamps.
DatePanel() - Constructor for class psman.gui.DatePanel
 
DatePanel(Calendar) - Constructor for class psman.gui.DatePanel
 
DatePanel(Date) - Constructor for class psman.gui.DatePanel
 
DBI - interface psman.dbi.DBI.
The generic driver interface.
debug - Static variable in class psman.dbi.CryptedDBI
Debugflag.
debug - Static variable in class psman.dbi.TimedDBI
Debugflag.
delete(AppelRuleSet) - Method in class psman.dbi.XML
 
delete(AppelRuleSet) - Method in class psman.dbi.SQL
 
delete(AppelRuleSet) - Method in interface psman.dbi.DBI
Delete a set of appel rules.
delete(AppelRuleSet) - Method in class psman.dbi.CryptedDBI
 
delete(AppelRuleSet) - Method in class psman.dbi.TimedDBI
 
delete(Category) - Method in class psman.dbi.XML
 
delete(Category) - Method in class psman.dbi.SQL
 
delete(Category) - Method in interface psman.dbi.DBI
Delete a category.
delete(Category) - Method in class psman.dbi.CryptedDBI
 
delete(Category) - Method in class psman.dbi.TimedDBI
 
delete(Certificate) - Method in class psman.dbi.XML
 
delete(Certificate) - Method in class psman.dbi.SQL
 
delete(Certificate) - Method in interface psman.dbi.DBI
Delete a certificate.
delete(Certificate) - Method in class psman.dbi.CryptedDBI
 
delete(Certificate) - Method in class psman.dbi.TimedDBI
 
delete(Chain) - Method in class psman.dbi.XML
 
delete(Chain) - Method in class psman.dbi.SQL
 
delete(Chain) - Method in interface psman.dbi.DBI
Delete a chain.
delete(Chain) - Method in class psman.dbi.CryptedDBI
 
delete(Chain) - Method in class psman.dbi.TimedDBI
 
delete(Configuration) - Method in class psman.dbi.XML
 
delete(Configuration) - Method in class psman.dbi.SQL
 
delete(Configuration) - Method in interface psman.dbi.DBI
Delete a configuration.
delete(Configuration) - Method in class psman.dbi.CryptedDBI
 
delete(Configuration) - Method in class psman.dbi.TimedDBI
 
delete(DataField) - Method in class psman.dbi.XML
 
delete(DataField) - Method in class psman.dbi.SQL
 
delete(DataField) - Method in interface psman.dbi.DBI
Delete a data field.
delete(DataField) - Method in class psman.dbi.CryptedDBI
 
delete(DataField) - Method in class psman.dbi.TimedDBI
 
delete(Person) - Method in class psman.dbi.XML
 
delete(Person) - Method in class psman.dbi.SQL
 
delete(Person) - Method in interface psman.dbi.DBI
Delete a person.
delete(Person) - Method in class psman.dbi.CryptedDBI
 
delete(Person) - Method in class psman.dbi.TimedDBI
 
delete(Property) - Method in class psman.dbi.XML
 
delete(Property) - Method in class psman.dbi.SQL
 
delete(Property) - Method in interface psman.dbi.DBI
Delete a property.
delete(Property) - Method in class psman.dbi.CryptedDBI
 
delete(Property) - Method in class psman.dbi.TimedDBI
 
delete(Pseudonym) - Method in class psman.dbi.XML
 
delete(Pseudonym) - Method in class psman.dbi.SQL
 
delete(Pseudonym) - Method in interface psman.dbi.DBI
Delete a pseudonym.
delete(Pseudonym) - Method in class psman.dbi.CryptedDBI
 
delete(Pseudonym) - Method in class psman.dbi.TimedDBI
 
delete(Pseudonym, PseudonymType[]) - Method in class psman.dbi.XML
 
delete(Pseudonym, PseudonymType[]) - Method in class psman.dbi.SQL
 
delete(PseudonymType) - Method in class psman.dbi.XML
 
delete(PseudonymType) - Method in class psman.dbi.SQL
 
delete(PseudonymType) - Method in interface psman.dbi.DBI
Delete a pseudonym type.
delete(PseudonymType) - Method in class psman.dbi.CryptedDBI
 
delete(PseudonymType) - Method in class psman.dbi.TimedDBI
 
delete(PublicKey) - Method in class psman.dbi.XML
 
delete(PublicKey) - Method in class psman.dbi.SQL
 
delete(PublicKey) - Method in interface psman.dbi.DBI
Delete a public key.
delete(PublicKey) - Method in class psman.dbi.CryptedDBI
 
delete(PublicKey) - Method in class psman.dbi.TimedDBI
 
delete(Purpose) - Method in class psman.dbi.XML
 
delete(Purpose) - Method in class psman.dbi.SQL
 
delete(Purpose) - Method in interface psman.dbi.DBI
Delete a purpose.
delete(Purpose) - Method in class psman.dbi.CryptedDBI
 
delete(Purpose) - Method in class psman.dbi.TimedDBI
 
delete(Recipient) - Method in class psman.dbi.XML
 
delete(Recipient) - Method in class psman.dbi.SQL
 
delete(Recipient) - Method in interface psman.dbi.DBI
Delete a recipient.
delete(Recipient) - Method in class psman.dbi.CryptedDBI
 
delete(Recipient) - Method in class psman.dbi.TimedDBI
 
delete(Role) - Method in class psman.dbi.XML
 
delete(Role) - Method in class psman.dbi.SQL
 
delete(Role) - Method in interface psman.dbi.DBI
Delete a role.
delete(Role) - Method in class psman.dbi.CryptedDBI
 
delete(Role) - Method in class psman.dbi.TimedDBI
 
delete(Role, TPartner) - Method in class psman.dbi.XML
 
delete(Role, TPartner) - Method in class psman.dbi.SQL
 
delete(Role, TPartner) - Method in interface psman.dbi.DBI
Removes all bindings to a pseudonym type for the given context.
delete(Role, TPartner) - Method in class psman.dbi.CryptedDBI
 
delete(Role, TPartner) - Method in class psman.dbi.TimedDBI
 
delete(Rule) - Method in class psman.dbi.XML
 
delete(Rule) - Method in class psman.dbi.SQL
 
delete(Rule) - Method in interface psman.dbi.DBI
Delete a rule.
delete(Rule) - Method in class psman.dbi.CryptedDBI
 
delete(Rule) - Method in class psman.dbi.TimedDBI
 
delete(SecretKey) - Method in class psman.dbi.XML
 
delete(SecretKey) - Method in class psman.dbi.SQL
 
delete(SecretKey) - Method in interface psman.dbi.DBI
Delete a secret key.
delete(SecretKey) - Method in class psman.dbi.CryptedDBI
 
delete(SecretKey) - Method in class psman.dbi.TimedDBI
 
delete(TPartner) - Method in class psman.dbi.XML
 
delete(TPartner) - Method in class psman.dbi.SQL
 
delete(TPartner) - Method in interface psman.dbi.DBI
Delete a transaction partner.
delete(TPartner) - Method in class psman.dbi.CryptedDBI
 
delete(TPartner) - Method in class psman.dbi.TimedDBI
 
delete(Type) - Method in class psman.dbi.XML
 
delete(Type) - Method in class psman.dbi.SQL
 
delete(Type) - Method in interface psman.dbi.DBI
Delete a type.
delete(Type) - Method in class psman.dbi.CryptedDBI
 
delete(Type) - Method in class psman.dbi.TimedDBI
 
DISCLOSURE_PURPOSE - Static variable in interface psman.dbi.DBI
The purpose of data disclosure.
DISCLOSURE_RECIPIENT - Static variable in interface psman.dbi.DBI
The recipient of disclosed data.
disconnect() - Method in class psman.dbi.XML
 
disconnect() - Method in class psman.dbi.SQL
 
disconnect() - Method in interface psman.dbi.DBI
Disconnect from the database.
disconnect() - Method in class psman.dbi.Sybase
 
disconnect() - Method in class psman.dbi.CryptedDBI
 
disconnect() - Method in class psman.dbi.TimedDBI
 
doc - Variable in class psman.dbi.XML
The XML document.
drop() - Method in class psman.dbi.XML
 
drop() - Method in class psman.dbi.SQL
 
drop() - Method in interface psman.dbi.DBI
Drop all tables from the database in correct order.
drop() - Method in class psman.dbi.CryptedDBI
 
drop() - Method in class psman.dbi.TimedDBI
 
drop(int) - Method in class psman.dbi.XML
 
drop(int) - Method in class psman.dbi.SQL
 
drop(int) - Method in class psman.dbi.PostgreSQL
 
drop(int) - Method in interface psman.dbi.DBI
Drop the tables from the database.
drop(int) - Method in class psman.dbi.CryptedDBI
 
drop(int) - Method in class psman.dbi.TimedDBI
 

E

equals(AppelRuleSet) - Method in class psman.data.AppelRuleSet
 
equals(Category) - Method in class psman.data.Category
 
equals(Certificate) - Method in class psman.data.Certificate
 
equals(Chain) - Method in class psman.data.Chain
 
equals(Configuration) - Method in class psman.data.Configuration
 
equals(DataField) - Method in class psman.data.DataField
 
equals(Key) - Method in class psman.data.Key
 
equals(Object) - Method in class psman.data.Purpose
 
equals(Object) - Method in class psman.data.DataField
 
equals(Object) - Method in class psman.data.Property
 
equals(Object) - Method in class psman.data.Configuration
 
equals(Object) - Method in class psman.data.PseudonymType
 
equals(Object) - Method in class psman.data.Transaction
 
equals(Object) - Method in class psman.data.Rule
 
equals(Object) - Method in class psman.data.Type
 
equals(Object) - Method in class psman.data.Role
 
equals(Object) - Method in class psman.data.AppelRuleSet
 
equals(Object) - Method in class psman.data.Person
 
equals(Object) - Method in class psman.data.Chain
 
equals(Object) - Method in class psman.data.Key
 
equals(Object) - Method in class psman.data.Certificate
 
equals(Object) - Method in class psman.data.Category
 
equals(Object) - Method in class psman.data.Pseudonym
 
equals(Object) - Method in class psman.data.Recipient
 
equals(Object) - Method in class psman.data.TPartner
 
equals(Person) - Method in class psman.data.Person
 
equals(Property) - Method in class psman.data.Property
 
equals(Pseudonym) - Method in class psman.data.Pseudonym
Check whether this pseudonym is equal to another one.
equals(PseudonymType) - Method in class psman.data.PseudonymType
Check whether this pseudonym type is equal to another one.
equals(Purpose) - Method in class psman.data.Purpose
 
equals(Recipient) - Method in class psman.data.Recipient
 
equals(Role) - Method in class psman.data.Role
 
equals(Rule) - Method in class psman.data.Rule
 
equals(TPartner) - Method in class psman.data.TPartner
Check whether this transaction partner is equal to another one.
equals(Transaction) - Method in class psman.data.Transaction
 
equals(Type) - Method in class psman.data.Type
 
ExceptionDialog - class psman.gui.ExceptionDialog.
The dialog handling all exceptions.
ExceptionDialog(Frame, Exception) - Constructor for class psman.gui.ExceptionDialog
 
ExceptionDialog(Frame, String) - Constructor for class psman.gui.ExceptionDialog
 
ExceptionDialog(Frame, String, String) - Constructor for class psman.gui.ExceptionDialog
 
export(AppelRuleSet) - Method in class psman.dbi.XML
 
export(Category) - Method in class psman.dbi.XML
 
export(Certificate) - Method in class psman.dbi.XML
 
export(Chain) - Method in class psman.dbi.XML
 
export(Configuration) - Method in class psman.dbi.XML
 
export(DataField) - Method in class psman.dbi.XML
 
export(Person) - Method in class psman.dbi.XML
 
export(Property) - Method in class psman.dbi.XML
 
export(Pseudonym) - Method in class psman.dbi.XML
 
export(PseudonymType) - Method in class psman.dbi.XML
 
export(PublicKey) - Method in class psman.dbi.XML
 
export(Purpose) - Method in class psman.dbi.XML
 
export(Recipient) - Method in class psman.dbi.XML
 
export(Role) - Method in class psman.dbi.XML
 
export(Rule) - Method in class psman.dbi.XML
 
export(SecretKey) - Method in class psman.dbi.XML
 
export(TPartner) - Method in class psman.dbi.XML
 
export(Transaction) - Method in class psman.dbi.XML
 
export(Type) - Method in class psman.dbi.XML
 

F

filename - Variable in class psman.dbi.XML
The XML file name.

G

getAction() - Method in class psman.data.Rule
Return the action of this rule.
getCalendar() - Method in class psman.gui.DatePanel
 
getChain() - Method in class psman.data.Rule
Return the chain of this rule.
getColumnClass(int) - Method in class psman.gui.TableMap
 
getColumnCount() - Method in class psman.gui.TableMap
 
getColumnCount() - Method in class psman.gui.MyTableModel
 
getColumnName(int) - Method in class psman.gui.TableMap
 
getColumnName(int) - Method in class psman.gui.MyTableModel
 
getCondition() - Method in class psman.data.Rule
Return the condition of this rule.
getDate() - Method in class psman.gui.DatePanel
 
getDB() - Method in class psman.gui.DatabasePanel
 
getDB() - Method in class psman.gui.TabPanel
 
getDB() - Method in class psman.gui.MainMenu
 
getDB() - Method in interface psman.gui.Mediator
 
getDB() - Method in class psman.gui.MainPanel
 
getDB() - Method in class psman.gui.MainFrame
 
getDescription() - Method in class psman.gui.MyFilter
 
getDriverID() - Method in class psman.dbi.SQL
Return the SQL driver identification string.
getEncoded() - Method in class psman.data.Key
 
getFrame() - Method in class psman.gui.TabPanel
 
getFrame() - Method in class psman.gui.MainMenu
 
getFrame() - Method in interface psman.gui.Mediator
 
getFrame() - Method in class psman.gui.MainPanel
 
getFrame() - Method in class psman.gui.MainFrame
 
getID() - Method in class psman.data.Purpose
Return the database ID of this purpose.
getID() - Method in class psman.data.DataField
Return the database ID of this data field
getID() - Method in class psman.data.Property
Return the database ID of this property.
getID() - Method in class psman.data.Configuration
Return the database ID of this configuration entry.
getID() - Method in class psman.data.PseudonymType
Return the database ID of this pseudonym type.
getID() - Method in class psman.data.Transaction
Return the database ID of this transaction.
getID() - Method in class psman.data.Type
Return the database ID of this type.
getID() - Method in class psman.data.Role
Return the database ID of this role.
getID() - Method in class psman.data.AppelRuleSet
Return the database ID of this appel rule set.
getID() - Method in class psman.data.Person
Return the database ID of this person.
getID() - Method in class psman.data.Chain
Return the database ID of this chain.
getID() - Method in class psman.data.Key
Return the database ID of this key.
getID() - Method in class psman.data.Certificate
Return the database ID of this certificate.
getID() - Method in class psman.data.Category
Return the database ID of this category.
getID() - Method in class psman.data.Pseudonym
Return the database ID of this pseudonym.
getID() - Method in class psman.data.Recipient
Return the database ID of this recipient.
getID() - Method in class psman.data.TPartner
Return the database ID of this transaction partner.
getMasterKey() - Method in class psman.data.Pseudonym
Return the master key of this pseudonym.
getModel() - Method in class psman.gui.TableMap
 
getName() - Method in class psman.data.Purpose
Return the name of this purpose.
getName() - Method in class psman.data.DataField
Return the name of this data field.
getName() - Method in class psman.data.Property
Return the name of this property.
getName() - Method in class psman.data.PseudonymType
Return the name of this pseudonym type.
getName() - Method in class psman.data.Type
Return the name of this type.
getName() - Method in class psman.data.Role
Return the name of this role.
getName() - Method in class psman.data.Person
Return the name of this person.
getName() - Method in class psman.data.Chain
Return the name of this chain.
getName() - Method in class psman.data.Category
Return the name of this category.
getName() - Method in class psman.data.Pseudonym
Return the name of this pseudonym.
getName() - Method in class psman.data.Recipient
Return the name of this recipient.
getName() - Method in class psman.data.TPartner
Return the name of this transaction partner.
getOwner() - Method in class psman.data.DataField
Return the owner of this data field
getParameter() - Method in class psman.data.Rule
Return the parameter of this rule.
getPartner() - Method in class psman.data.Transaction
Return the transaction partner of this transaction.
getPerson() - Method in class psman.data.TPartner
Return, who is this transaction partner in real life.
getPseudonym() - Method in class psman.data.Transaction
Return the pseudonym used in this transaction.
getPublicKey() - Method in class psman.data.TPartner
Return the public key of this transaction partner.
getRank() - Method in class psman.data.Rule
Return the rank of this rule.
getRole() - Method in class psman.data.Transaction
Return the role of this transaction.
getRowCount() - Method in class psman.gui.TableMap
 
getRowCount() - Method in class psman.gui.MyTableModel
 
getSelection() - Method in class psman.gui.MyTable
 
getServerID() - Method in class psman.dbi.SQL
Return the SQL server identification string.
getSorter() - Method in class psman.gui.MyTable
 
getStartTime() - Method in class psman.data.Transaction
Return the start time of this transaction.
getStopTime() - Method in class psman.data.Transaction
Return the stop time of this transaction.
getTableModel() - Method in class psman.gui.MyTable
 
getTime() - Method in class psman.gui.DatePanel
 
getURL() - Method in class psman.dbi.SQL
Return the database URL.
getURL() - Method in class psman.dbi.PostgreSQL
 
getURL() - Method in class psman.dbi.MySQL
 
getURL() - Method in class psman.dbi.Sybase
 
getValidFrom() - Method in class psman.data.DataField
Return the date, this data field is valid from.
getValidUntil() - Method in class psman.data.DataField
Return the date this data field is valid until.
getValue() - Method in class psman.data.DataField
Return the value of this data field.
getValue() - Method in class psman.data.Configuration
Return the name of this configuration entry.
getValue() - Method in class psman.data.AppelRuleSet
Return the name of this appel rule set.
getValue() - Method in class psman.data.Certificate
Return the binary value of this certificate.
getValueAt(int, int) - Method in class psman.gui.TableMap
 
getValueAt(int, int) - Method in class psman.gui.TableSorter
 
getValueAt(int, int) - Method in class psman.gui.MyTableModel
 

H

hashCode() - Method in class psman.data.Purpose
 
hashCode() - Method in class psman.data.DataField
 
hashCode() - Method in class psman.data.Property
 
hashCode() - Method in class psman.data.Configuration
 
hashCode() - Method in class psman.data.PseudonymType
 
hashCode() - Method in class psman.data.Transaction
 
hashCode() - Method in class psman.data.Rule
 
hashCode() - Method in class psman.data.Type
 
hashCode() - Method in class psman.data.Role
 
hashCode() - Method in class psman.data.AppelRuleSet
 
hashCode() - Method in class psman.data.Person
 
hashCode() - Method in class psman.data.Chain
 
hashCode() - Method in class psman.data.Key
The hashcode represents the first 4 Bytes of the key's id.
hashCode() - Method in class psman.data.Certificate
The hashcode represents the first 4 Bytes of the certificate's id.
hashCode() - Method in class psman.data.Category
 
hashCode() - Method in class psman.data.Pseudonym
 
hashCode() - Method in class psman.data.Recipient
 
hashCode() - Method in class psman.data.TPartner
 
hostname - Variable in class psman.dbi.SQL
The database hostname.

I

id - Variable in class psman.data.PseudonymType
 
id - Variable in class psman.data.Key
 
id - Variable in class psman.data.Pseudonym
 
importAppelRuleSet(Element) - Method in class psman.dbi.XML
 
importCategory(Element) - Method in class psman.dbi.XML
 
importCertificate(Element) - Method in class psman.dbi.XML
 
importChain(Element) - Method in class psman.dbi.XML
 
importConfiguration(Element) - Method in class psman.dbi.XML
 
importDataField(Element) - Method in class psman.dbi.XML
 
importPerson(Element) - Method in class psman.dbi.XML
 
importProperty(Element) - Method in class psman.dbi.XML
 
importPseudonym(Element) - Method in class psman.dbi.XML
 
importPseudonymType(Element) - Method in class psman.dbi.XML
 
importPublicKey(Element) - Method in class psman.dbi.XML
 
importPurpose(Element) - Method in class psman.dbi.XML
 
importRecipient(Element) - Method in class psman.dbi.XML
 
importRole(Element) - Method in class psman.dbi.XML
 
importRule(Element) - Method in class psman.dbi.XML
 
importSecretKey(Element) - Method in class psman.dbi.XML
 
importTPartner(Element) - Method in class psman.dbi.XML
 
importTransaction(Element) - Method in class psman.dbi.XML
 
importType(Element) - Method in class psman.dbi.XML
 
indexes - Variable in class psman.gui.TableSorter
 
init() - Method in class psman.gui.ConfigurationPanel
 
init() - Method in class psman.gui.TPartnerPanel
 
init() - Method in class psman.gui.CertificatePanel
 
init() - Method in class psman.gui.DatabasePanel
 
init() - Method in class psman.gui.RulePanel
 
init() - Method in class psman.gui.DataFieldPanel
 
init() - Method in class psman.gui.MainMenu
 
init() - Method in class psman.gui.TransactionPanel
 
init() - Method in interface psman.gui.Mediator
 
init() - Method in class psman.gui.PseudonymPanel
 
init() - Method in class psman.gui.KeyPanel
 
init() - Method in class psman.gui.MainPanel
 
init() - Method in class psman.gui.MainFrame
 
insert(AppelRuleSet) - Method in class psman.dbi.XML
 
insert(AppelRuleSet) - Method in class psman.dbi.SQL
 
insert(AppelRuleSet) - Method in interface psman.dbi.DBI
Create a set of appel rules.
insert(AppelRuleSet) - Method in class psman.dbi.CryptedDBI
 
insert(AppelRuleSet) - Method in class psman.dbi.TimedDBI
 
insert(Category) - Method in class psman.dbi.XML
 
insert(Category) - Method in class psman.dbi.SQL
 
insert(Category) - Method in interface psman.dbi.DBI
Create a category.
insert(Category) - Method in class psman.dbi.CryptedDBI
 
insert(Category) - Method in class psman.dbi.TimedDBI
 
insert(Certificate) - Method in class psman.dbi.XML
 
insert(Certificate) - Method in class psman.dbi.SQL
 
insert(Certificate) - Method in interface psman.dbi.DBI
Create a certificate.
insert(Certificate) - Method in class psman.dbi.CryptedDBI
 
insert(Certificate) - Method in class psman.dbi.TimedDBI
 
insert(Certificate, PublicKey) - Method in class psman.dbi.XML
 
insert(Certificate, PublicKey) - Method in class psman.dbi.SQL
 
insert(Certificate, PublicKey) - Method in interface psman.dbi.DBI
Insert link between certificate and its test-key.
insert(Certificate, PublicKey) - Method in class psman.dbi.CryptedDBI
 
insert(Certificate, PublicKey) - Method in class psman.dbi.TimedDBI
 
insert(Chain) - Method in class psman.dbi.XML
 
insert(Chain) - Method in class psman.dbi.SQL
 
insert(Chain) - Method in interface psman.dbi.DBI
Create a chain.
insert(Chain) - Method in class psman.dbi.CryptedDBI
 
insert(Chain) - Method in class psman.dbi.TimedDBI
 
insert(Configuration) - Method in class psman.dbi.XML
 
insert(Configuration) - Method in class psman.dbi.SQL
 
insert(Configuration) - Method in interface psman.dbi.DBI
Create a pseudonym type.
insert(Configuration) - Method in class psman.dbi.CryptedDBI
 
insert(Configuration) - Method in class psman.dbi.TimedDBI
 
insert(DataField) - Method in class psman.dbi.XML
 
insert(DataField) - Method in class psman.dbi.SQL
 
insert(DataField) - Method in interface psman.dbi.DBI
Create a data field.
insert(DataField) - Method in class psman.dbi.CryptedDBI
 
insert(DataField) - Method in class psman.dbi.TimedDBI
 
insert(DataField, Category[]) - Method in class psman.dbi.XML
 
insert(DataField, Category[]) - Method in class psman.dbi.SQL
 
insert(DataField, Category[]) - Method in interface psman.dbi.DBI
Insert data field categories.
insert(DataField, Category[]) - Method in class psman.dbi.CryptedDBI
 
insert(DataField, Category[]) - Method in class psman.dbi.TimedDBI
 
insert(DataField, Certificate[]) - Method in class psman.dbi.XML
 
insert(DataField, Certificate[]) - Method in class psman.dbi.SQL
 
insert(DataField, Certificate[]) - Method in interface psman.dbi.DBI
Insert data field certificates.
insert(DataField, Certificate[]) - Method in class psman.dbi.CryptedDBI
 
insert(DataField, Certificate[]) - Method in class psman.dbi.TimedDBI
 
insert(Person) - Method in class psman.dbi.XML
 
insert(Person) - Method in class psman.dbi.SQL
 
insert(Person) - Method in interface psman.dbi.DBI
Create a person entry.
insert(Person) - Method in class psman.dbi.CryptedDBI
 
insert(Person) - Method in class psman.dbi.TimedDBI
 
insert(Property) - Method in class psman.dbi.XML
 
insert(Property) - Method in class psman.dbi.SQL
 
insert(Property) - Method in interface psman.dbi.DBI
Create a property entry.
insert(Property) - Method in class psman.dbi.CryptedDBI
 
insert(Property) - Method in class psman.dbi.TimedDBI
 
insert(Property, Certificate[]) - Method in class psman.dbi.XML
 
insert(Property, Certificate[]) - Method in class psman.dbi.SQL
 
insert(Property, Certificate[]) - Method in interface psman.dbi.DBI
Insert property certificates.
insert(Property, Certificate[]) - Method in class psman.dbi.CryptedDBI
 
insert(Property, Certificate[]) - Method in class psman.dbi.TimedDBI
 
insert(Pseudonym) - Method in class psman.dbi.XML
 
insert(Pseudonym) - Method in class psman.dbi.SQL
 
insert(Pseudonym) - Method in interface psman.dbi.DBI
Create a pseudonym entry.
insert(Pseudonym) - Method in class psman.dbi.CryptedDBI
 
insert(Pseudonym) - Method in class psman.dbi.TimedDBI
 
insert(Pseudonym, Property[]) - Method in class psman.dbi.XML
 
insert(Pseudonym, Property[]) - Method in class psman.dbi.SQL
 
insert(Pseudonym, Property[]) - Method in interface psman.dbi.DBI
Link pseudonym to properties.
insert(Pseudonym, Property[]) - Method in class psman.dbi.CryptedDBI
 
insert(Pseudonym, Property[]) - Method in class psman.dbi.TimedDBI
 
insert(Pseudonym, PseudonymType[]) - Method in class psman.dbi.XML
 
insert(Pseudonym, PseudonymType[]) - Method in class psman.dbi.SQL
 
insert(Pseudonym, PseudonymType[]) - Method in interface psman.dbi.DBI
Link pseudonym to pseudonym types.
insert(Pseudonym, PseudonymType[]) - Method in class psman.dbi.CryptedDBI
 
insert(Pseudonym, PseudonymType[]) - Method in class psman.dbi.TimedDBI
 
insert(PseudonymType) - Method in class psman.dbi.XML
 
insert(PseudonymType) - Method in class psman.dbi.SQL
 
insert(PseudonymType) - Method in interface psman.dbi.DBI
Create a pseudonym type entry.
insert(PseudonymType) - Method in class psman.dbi.CryptedDBI
 
insert(PseudonymType) - Method in class psman.dbi.TimedDBI
 
insert(PublicKey) - Method in class psman.dbi.XML
 
insert(PublicKey) - Method in class psman.dbi.SQL
 
insert(PublicKey) - Method in interface psman.dbi.DBI
Create a public key entry.
insert(PublicKey) - Method in class psman.dbi.CryptedDBI
 
insert(PublicKey) - Method in class psman.dbi.TimedDBI
 
insert(PublicKey, Certificate[]) - Method in class psman.dbi.XML
 
insert(PublicKey, Certificate[]) - Method in class psman.dbi.SQL
 
insert(PublicKey, Certificate[]) - Method in interface psman.dbi.DBI
Insert public key certificates.
insert(PublicKey, Certificate[]) - Method in class psman.dbi.CryptedDBI
 
insert(PublicKey, Certificate[]) - Method in class psman.dbi.TimedDBI
 
insert(Purpose) - Method in class psman.dbi.XML
 
insert(Purpose) - Method in class psman.dbi.SQL
 
insert(Purpose) - Method in interface psman.dbi.DBI
Create a purpose.
insert(Purpose) - Method in class psman.dbi.CryptedDBI
 
insert(Purpose) - Method in class psman.dbi.TimedDBI
 
insert(Recipient) - Method in class psman.dbi.XML
 
insert(Recipient) - Method in class psman.dbi.SQL
 
insert(Recipient) - Method in interface psman.dbi.DBI
Create a recipient.
insert(Recipient) - Method in class psman.dbi.CryptedDBI
 
insert(Recipient) - Method in class psman.dbi.TimedDBI
 
insert(Role) - Method in class psman.dbi.XML
 
insert(Role) - Method in class psman.dbi.SQL
 
insert(Role) - Method in interface psman.dbi.DBI
Create a role entry.
insert(Role) - Method in class psman.dbi.CryptedDBI
 
insert(Role) - Method in class psman.dbi.TimedDBI
 
insert(Role, TPartner, PseudonymType) - Method in class psman.dbi.XML
 
insert(Role, TPartner, PseudonymType) - Method in class psman.dbi.SQL
 
insert(Role, TPartner, PseudonymType) - Method in interface psman.dbi.DBI
Inserts a binding to a pseudonym type for the given context.
insert(Role, TPartner, PseudonymType) - Method in class psman.dbi.CryptedDBI
 
insert(Role, TPartner, PseudonymType) - Method in class psman.dbi.TimedDBI
 
insert(Rule) - Method in class psman.dbi.XML
 
insert(Rule) - Method in class psman.dbi.SQL
 
insert(Rule) - Method in interface psman.dbi.DBI
Create a rule entry.
insert(Rule) - Method in class psman.dbi.CryptedDBI
 
insert(Rule) - Method in class psman.dbi.TimedDBI
 
insert(SecretKey) - Method in class psman.dbi.XML
 
insert(SecretKey) - Method in class psman.dbi.SQL
 
insert(SecretKey) - Method in interface psman.dbi.DBI
Create a secret key entry.
insert(SecretKey) - Method in class psman.dbi.CryptedDBI
 
insert(SecretKey) - Method in class psman.dbi.TimedDBI
 
insert(TPartner) - Method in class psman.dbi.XML
 
insert(TPartner) - Method in class psman.dbi.SQL
 
insert(TPartner) - Method in interface psman.dbi.DBI
Create a transaction partner entry.
insert(TPartner) - Method in class psman.dbi.CryptedDBI
 
insert(TPartner) - Method in class psman.dbi.TimedDBI
 
insert(TPartner, Type[]) - Method in class psman.dbi.XML
 
insert(TPartner, Type[]) - Method in class psman.dbi.SQL
 
insert(TPartner, Type[]) - Method in interface psman.dbi.DBI
Insert transaction partner types.
insert(TPartner, Type[]) - Method in class psman.dbi.CryptedDBI
 
insert(TPartner, Type[]) - Method in class psman.dbi.TimedDBI
 
insert(Transaction) - Method in class psman.dbi.XML
 
insert(Transaction) - Method in class psman.dbi.SQL
 
insert(Transaction) - Method in interface psman.dbi.DBI
Create a transaction entry.
insert(Transaction) - Method in class psman.dbi.Sybase
 
insert(Transaction) - Method in class psman.dbi.CryptedDBI
 
insert(Transaction) - Method in class psman.dbi.TimedDBI
 
insert(Transaction, DataField[]) - Method in class psman.dbi.XML
 
insert(Transaction, DataField[]) - Method in class psman.dbi.SQL
 
insert(Transaction, DataField[]) - Method in interface psman.dbi.DBI
Insert transaction data fields.
insert(Transaction, DataField[]) - Method in class psman.dbi.CryptedDBI
 
insert(Transaction, DataField[]) - Method in class psman.dbi.TimedDBI
 
insert(Transaction, DataField, Purpose[]) - Method in class psman.dbi.XML
 
insert(Transaction, DataField, Purpose[]) - Method in class psman.dbi.SQL
 
insert(Transaction, DataField, Purpose[]) - Method in interface psman.dbi.DBI
Insert purpose for disclosure.
insert(Transaction, DataField, Purpose[]) - Method in class psman.dbi.CryptedDBI
 
insert(Transaction, DataField, Purpose[]) - Method in class psman.dbi.TimedDBI
 
insert(Transaction, DataField, Recipient[]) - Method in class psman.dbi.XML
 
insert(Transaction, DataField, Recipient[]) - Method in class psman.dbi.SQL
 
insert(Transaction, DataField, Recipient[]) - Method in interface psman.dbi.DBI
Insert recipient for disclosure.
insert(Transaction, DataField, Recipient[]) - Method in class psman.dbi.CryptedDBI
 
insert(Transaction, DataField, Recipient[]) - Method in class psman.dbi.TimedDBI
 
insert(Type) - Method in class psman.dbi.XML
 
insert(Type) - Method in class psman.dbi.SQL
 
insert(Type) - Method in interface psman.dbi.DBI
Create a type entry.
insert(Type) - Method in class psman.dbi.CryptedDBI
 
insert(Type) - Method in class psman.dbi.TimedDBI
 
isCellEditable(int, int) - Method in class psman.gui.TableMap
 
isCellEditable(int, int) - Method in class psman.gui.MyTableModel
 
isConfirmConnect() - Method in class psman.gui.MainMenu
 
isConfirmConnect() - Method in interface psman.gui.Mediator
 
isConfirmConnect() - Method in class psman.gui.MainPanel
 
isConfirmConnect() - Method in class psman.gui.MainFrame
 
isConfirmDelete() - Method in class psman.gui.MainMenu
 
isConfirmDelete() - Method in interface psman.gui.Mediator
 
isConfirmDelete() - Method in class psman.gui.MainPanel
 
isConfirmDelete() - Method in class psman.gui.MainFrame
 
isConfirmDisconnect() - Method in class psman.gui.MainMenu
 
isConfirmDisconnect() - Method in interface psman.gui.Mediator
 
isConfirmDisconnect() - Method in class psman.gui.MainPanel
 
isConfirmDisconnect() - Method in class psman.gui.MainFrame
 
isConfirmInsert() - Method in class psman.gui.MainMenu
 
isConfirmInsert() - Method in interface psman.gui.Mediator
 
isConfirmInsert() - Method in class psman.gui.MainPanel
 
isConfirmInsert() - Method in class psman.gui.MainFrame
 
isConfirmUpdate() - Method in class psman.gui.MainMenu
 
isConfirmUpdate() - Method in interface psman.gui.Mediator
 
isConfirmUpdate() - Method in class psman.gui.MainPanel
 
isConfirmUpdate() - Method in class psman.gui.MainFrame
 
isConnected() - Method in class psman.dbi.XML
 
isConnected() - Method in class psman.dbi.SQL
 
isConnected() - Method in interface psman.dbi.DBI
Tell the database connection status.
isConnected() - Method in class psman.dbi.CryptedDBI
 
isConnected() - Method in class psman.dbi.TimedDBI
 
isReadOnly() - Method in class psman.dbi.XML
 
isReadOnly() - Method in class psman.dbi.SQL
 
isReadOnly() - Method in interface psman.dbi.DBI
Return the database read-only state.
isReadOnly() - Method in class psman.dbi.CryptedDBI
 
isReadOnly() - Method in class psman.dbi.TimedDBI
 

K

key - Variable in class psman.data.Pseudonym
 
Key - class psman.data.Key.
The object containing a key.
Key(byte[], byte[]) - Constructor for class psman.data.Key
 
KeyPanel - class psman.gui.KeyPanel.
The key panel.
KeyPanel(Mediator) - Constructor for class psman.gui.KeyPanel
 

L

Layout - class psman.gui.Layout.
Layout.
Layout() - Constructor for class psman.gui.Layout
 

M

Main - class psman.Main.
The main class.
Main() - Constructor for class psman.Main
Constructor.
main(String[]) - Static method in class psman.gui.DatePanel
 
main(String[]) - Static method in class psman.Main
The main method.
MainFrame - class psman.gui.MainFrame.
The application frame.
MainFrame() - Constructor for class psman.gui.MainFrame
 
MainMenu - class psman.gui.MainMenu.
The application menu bar.
MainMenu(Mediator) - Constructor for class psman.gui.MainMenu
 
MainPanel - class psman.gui.MainPanel.
The application panel, containing several tabs.
MainPanel(Mediator) - Constructor for class psman.gui.MainPanel
 
MASTER - Static variable in interface psman.dbi.DBI
The master database table constant.
mediator - Variable in class psman.gui.TabPanel
 
Mediator - interface psman.gui.Mediator.
 
model - Variable in class psman.gui.TableMap
 
MyFilter - class psman.gui.MyFilter.
A file filter for a file chooser dialog.
MyFilter(String, String) - Constructor for class psman.gui.MyFilter
 
MySQL - class psman.dbi.MySQL.
The MySQL database driver.
MySQL() - Constructor for class psman.dbi.MySQL
 
MyTable - class psman.gui.MyTable.
A table.
MyTable(String[]) - Constructor for class psman.gui.MyTable
 
MyTableModel - class psman.gui.MyTableModel.
A table model.
MyTableModel(String[]) - Constructor for class psman.gui.MyTableModel
 

N

n2sort() - Method in class psman.gui.TableSorter
 
name - Variable in class psman.data.PseudonymType
 
name - Variable in class psman.data.Pseudonym
 

O

open() - Method in class psman.gui.ConfigurationPanel
 
open() - Method in class psman.gui.TPartnerPanel
 
open() - Method in class psman.gui.CertificatePanel
 
open() - Method in class psman.gui.DatabasePanel
 
open() - Method in class psman.gui.RulePanel
 
open() - Method in class psman.gui.DataFieldPanel
 
open() - Method in class psman.gui.MainMenu
 
open() - Method in class psman.gui.TransactionPanel
 
open() - Method in interface psman.gui.Mediator
 
open() - Method in class psman.gui.PseudonymPanel
 
open() - Method in class psman.gui.KeyPanel
 
open() - Method in class psman.gui.MainPanel
 
open() - Method in class psman.gui.MainFrame
 

P

password - Variable in class psman.dbi.SQL
The password for connecting to the database.
Person - class psman.data.Person.
A people summarizes a group of -- in real life -- identical transaction partners.
PERSON - Static variable in interface psman.dbi.DBI
The person database table constant.
Person(int, String) - Constructor for class psman.data.Person
Constructor, only for existing persons.
Person(String) - Constructor for class psman.data.Person
Constructor, only for new persons.
personTable() - Method in class psman.dbi.XML
 
personTable() - Method in class psman.dbi.SQL
 
personTable() - Method in interface psman.dbi.DBI
Parse the database and return all person records.
personTable() - Method in class psman.dbi.CryptedDBI
 
personTable() - Method in class psman.dbi.TimedDBI
 
port - Variable in class psman.dbi.SQL
The database port.
PostgreSQL - class psman.dbi.PostgreSQL.
The PostgreSQL database driver.
PostgreSQL() - Constructor for class psman.dbi.PostgreSQL
 
Property - class psman.data.Property.
The property of pseudonyms.
PROPERTY - Static variable in interface psman.dbi.DBI
The property database table constant.
PROPERTY_CERTIFICATE - Static variable in interface psman.dbi.DBI
The property_certificate database table constant.
Property(int, String) - Constructor for class psman.data.Property
Constructor, only for existing properties.
Property(String) - Constructor for class psman.data.Property
Constructor, only for new properties.
propertyTable() - Method in class psman.dbi.XML
 
propertyTable() - Method in class psman.dbi.SQL
 
propertyTable() - Method in interface psman.dbi.DBI
Parse the database and return all properties.
propertyTable() - Method in class psman.dbi.CryptedDBI
 
propertyTable() - Method in class psman.dbi.TimedDBI
 
protocol - Variable in class psman.dbi.SQL
The database protocol.
Pseudonym - class psman.data.Pseudonym.
The pseudonym implementation.
PSEUDONYM - Static variable in interface psman.dbi.DBI
The pseudonym database table constant.
PSEUDONYM_PROPERTY - Static variable in interface psman.dbi.DBI
The pseudonym_property database table constant.
PSEUDONYM_PSEUDONYM_TYPE - Static variable in interface psman.dbi.DBI
The pseudonym_pseudonym_type db table constant.
PSEUDONYM_TYPE - Static variable in interface psman.dbi.DBI
The pseudonym_type database table constant.
Pseudonym(int, String, SecretKey) - Constructor for class psman.data.Pseudonym
Constructor, only for existing pseudonyms.
Pseudonym(String, SecretKey) - Constructor for class psman.data.Pseudonym
Constructor, only for new pseudonyms.
PseudonymPanel - class psman.gui.PseudonymPanel.
The pseudonym panel.
PseudonymPanel(Mediator) - Constructor for class psman.gui.PseudonymPanel
 
pseudonymTable() - Method in class psman.dbi.XML
 
pseudonymTable() - Method in class psman.dbi.SQL
 
pseudonymTable() - Method in interface psman.dbi.DBI
Parse the database and return all pseudonym records.
pseudonymTable() - Method in class psman.dbi.CryptedDBI
 
pseudonymTable() - Method in class psman.dbi.TimedDBI
 
PseudonymType - class psman.data.PseudonymType.
The type of pseudonyms.
PseudonymType(int, String) - Constructor for class psman.data.PseudonymType
Constructor, only for existing pseudonym types.
PseudonymType(String) - Constructor for class psman.data.PseudonymType
Constructor, only for new pseudonym types.
pseudonymTypeTable() - Method in class psman.dbi.XML
 
pseudonymTypeTable() - Method in class psman.dbi.SQL
 
pseudonymTypeTable() - Method in interface psman.dbi.DBI
Parse the database and return all pseudonym type records.
pseudonymTypeTable() - Method in class psman.dbi.CryptedDBI
 
pseudonymTypeTable() - Method in class psman.dbi.TimedDBI
 
psman - package psman
The top-level package of the pseudonym management.
psman.data - package psman.data
The data classes, implementing the data interfaces.
psman.dbi - package psman.dbi
The database driver implementations.
psman.gui - package psman.gui
The graphical user interface classes.
PUBLIC_KEY - Static variable in interface psman.dbi.DBI
The public_key database table constant.
PUBLIC_KEY_CERTIFICATE - Static variable in interface psman.dbi.DBI
The key_certificate database table constant.
PublicKey - class psman.data.PublicKey.
The object containing a public key.
PublicKey(byte[], byte[]) - Constructor for class psman.data.PublicKey
Constructor.
publicKeyTable() - Method in class psman.dbi.XML
 
publicKeyTable() - Method in class psman.dbi.SQL
 
publicKeyTable() - Method in interface psman.dbi.DBI
Parse the database and return all public keys.
publicKeyTable() - Method in class psman.dbi.CryptedDBI
 
publicKeyTable() - Method in class psman.dbi.TimedDBI
 
Purpose - class psman.data.Purpose.
The purposes of data fields.
PURPOSE - Static variable in interface psman.dbi.DBI
The purpose database table constant.
Purpose(int, String) - Constructor for class psman.data.Purpose
Constructor, only for existing purposes.
Purpose(String) - Constructor for class psman.data.Purpose
Constructor, only for new purposes.
purposeTable() - Method in class psman.dbi.XML
 
purposeTable() - Method in class psman.dbi.SQL
 
purposeTable() - Method in interface psman.dbi.DBI
Parse the database and return all purpose records.
purposeTable() - Method in class psman.dbi.CryptedDBI
 
purposeTable() - Method in class psman.dbi.TimedDBI
 

Q

quit() - Method in class psman.gui.ConfigurationPanel
 
quit() - Method in class psman.gui.TPartnerPanel
 
quit() - Method in class psman.gui.CertificatePanel
 
quit() - Method in class psman.gui.DatabasePanel
 
quit() - Method in class psman.gui.RulePanel
 
quit() - Method in class psman.gui.DataFieldPanel
 
quit() - Method in class psman.gui.MainMenu
 
quit() - Method in class psman.gui.TransactionPanel
 
quit() - Method in interface psman.gui.Mediator
 
quit() - Method in class psman.gui.PseudonymPanel
 
quit() - Method in class psman.gui.KeyPanel
 
quit() - Method in class psman.gui.MainPanel
 
quit() - Method in class psman.gui.MainFrame
 

R

readAppelTable() - Method in class psman.gui.RulePanel
 
readCategoryTable() - Method in class psman.gui.DataFieldPanel
 
readCertificateTable() - Method in class psman.gui.CertificatePanel
 
readChainTable() - Method in class psman.gui.RulePanel
 
readConfigurationTable() - Method in class psman.gui.ConfigurationPanel
 
readDataFieldTable() - Method in class psman.gui.DataFieldPanel
 
readPersonTable() - Method in class psman.gui.TPartnerPanel
 
readPropertyTable() - Method in class psman.gui.PseudonymPanel
 
readPseudonymTable() - Method in class psman.gui.PseudonymPanel
 
readPseudonymTypeTable() - Method in class psman.gui.PseudonymPanel
 
readRoleTable() - Method in class psman.gui.TransactionPanel
 
readRuleTable() - Method in class psman.gui.RulePanel
 
readTPartnerTable() - Method in class psman.gui.TPartnerPanel
 
readTypeTable() - Method in class psman.gui.TPartnerPanel
 
reallocateIndexes() - Method in class psman.gui.TableSorter
 
Recipient - class psman.data.Recipient.
The recipient of data fields.
RECIPIENT - Static variable in interface psman.dbi.DBI
The recipient database table constant.
Recipient(int, String) - Constructor for class psman.data.Recipient
Constructor, only for existing recipients.
Recipient(String) - Constructor for class psman.data.Recipient
Constructor, only for new recipients.
recipientTable() - Method in class psman.dbi.XML
 
recipientTable() - Method in class psman.dbi.SQL
 
recipientTable() - Method in interface psman.dbi.DBI
Parse the database and return all recipient records.
recipientTable() - Method in class psman.dbi.CryptedDBI
 
recipientTable() - Method in class psman.dbi.TimedDBI
 
removeRowAt(int) - Method in class psman.gui.MyTableModel
 
Role - class psman.data.Role.
The role under this a transaction takes place.
ROLE - Static variable in interface psman.dbi.DBI
The roles database table constant.
ROLE_TPARTNER_PSEUDONYM_TYPE - Static variable in interface psman.dbi.DBI
The role_tpartner_pseudonym_type db table constant.
Role(int, String) - Constructor for class psman.data.Role
Constructor, only for existing roles.
Role(String) - Constructor for class psman.data.Role
Constructor, only for new roles.
roleTable() - Method in class psman.dbi.XML
 
roleTable() - Method in class psman.dbi.SQL
 
roleTable() - Method in interface psman.dbi.DBI
Parse the database and return all roles.
roleTable() - Method in class psman.dbi.CryptedDBI
 
roleTable() - Method in class psman.dbi.TimedDBI
 
Rule - class psman.data.Rule.
The type of transaction rules.
RULE - Static variable in interface psman.dbi.DBI
The rules database table constant.
Rule(Chain, int, String, String, String) - Constructor for class psman.data.Rule
Constructor.
Rule(Chain, String, String, String) - Constructor for class psman.data.Rule
Constructor.
RulePanel - class psman.gui.RulePanel.
The rule panel.
RulePanel(Mediator) - Constructor for class psman.gui.RulePanel
 
ruleTable() - Method in class psman.dbi.XML
 
ruleTable() - Method in class psman.dbi.SQL
 
ruleTable() - Method in interface psman.dbi.DBI
Parse the database and return all rules.
ruleTable() - Method in class psman.dbi.CryptedDBI
 
ruleTable() - Method in class psman.dbi.TimedDBI
 
run() - Method in class psman.gui.YesNoDialog
 
run() - Method in class psman.dbi.TimedDBI
 

S

SECRET_KEY - Static variable in interface psman.dbi.DBI
The secret_key database table constant.
SecretKey - class psman.data.SecretKey.
The object containing a secret key.
SecretKey(byte[], byte[]) - Constructor for class psman.data.SecretKey
Constructor.
secretKeyTable() - Method in class psman.dbi.XML
 
secretKeyTable() - Method in class psman.dbi.SQL
 
secretKeyTable() - Method in interface psman.dbi.DBI
Parse the database and return all secret keys.
secretKeyTable() - Method in class psman.dbi.CryptedDBI
 
secretKeyTable() - Method in class psman.dbi.TimedDBI
 
selectAppelRuleSet() - Method in class psman.dbi.XML
 
selectAppelRuleSet() - Method in class psman.dbi.SQL
 
selectAppelRuleSet() - Method in interface psman.dbi.DBI
Get all sets of appel rules.
selectAppelRuleSet() - Method in class psman.dbi.CryptedDBI
 
selectAppelRuleSet() - Method in class psman.dbi.TimedDBI
 
selectAppelRuleSet(String) - Method in class psman.dbi.XML
 
selectAppelRuleSet(String) - Method in class psman.dbi.SQL
 
selectAppelRuleSet(String) - Method in interface psman.dbi.DBI
Select a set of appel rules by its key.
selectAppelRuleSet(String) - Method in class psman.dbi.CryptedDBI
 
selectAppelRuleSet(String) - Method in class psman.dbi.TimedDBI
 
selectCategory() - Method in class psman.dbi.XML
 
selectCategory() - Method in class psman.dbi.SQL
 
selectCategory() - Method in interface psman.dbi.DBI
Get all category records.
selectCategory() - Method in class psman.dbi.CryptedDBI
 
selectCategory() - Method in class psman.dbi.TimedDBI
 
selectCategory(DataField) - Method in class psman.dbi.XML
 
selectCategory(DataField) - Method in class psman.dbi.SQL
 
selectCategory(DataField) - Method in interface psman.dbi.DBI
Select all category records belonging to a certain data field.
selectCategory(DataField) - Method in class psman.dbi.CryptedDBI
 
selectCategory(DataField) - Method in class psman.dbi.TimedDBI
 
selectCategory(int) - Method in class psman.dbi.XML
 
selectCategory(int) - Method in class psman.dbi.SQL
 
selectCategory(int) - Method in interface psman.dbi.DBI
Select a category by its ID.
selectCategory(int) - Method in class psman.dbi.CryptedDBI
 
selectCategory(int) - Method in class psman.dbi.TimedDBI
 
selectCategory(String) - Method in class psman.dbi.XML
 
selectCategory(String) - Method in class psman.dbi.SQL
 
selectCategory(String) - Method in interface psman.dbi.DBI
Select a category by its name.
selectCategory(String) - Method in class psman.dbi.CryptedDBI
 
selectCategory(String) - Method in class psman.dbi.TimedDBI
 
selectCertificate() - Method in class psman.dbi.XML
 
selectCertificate() - Method in class psman.dbi.SQL
 
selectCertificate() - Method in interface psman.dbi.DBI
Get all certificate records.
selectCertificate() - Method in class psman.dbi.CryptedDBI
 
selectCertificate() - Method in class psman.dbi.TimedDBI
 
selectCertificate(byte[]) - Method in class psman.dbi.XML
 
selectCertificate(byte[]) - Method in class psman.dbi.SQL
 
selectCertificate(byte[]) - Method in interface psman.dbi.DBI
Select a certificate by its ID.
selectCertificate(byte[]) - Method in class psman.dbi.CryptedDBI
 
selectCertificate(byte[]) - Method in class psman.dbi.TimedDBI
 
selectCertificate(DataField) - Method in class psman.dbi.XML
 
selectCertificate(DataField) - Method in class psman.dbi.SQL
 
selectCertificate(DataField) - Method in interface psman.dbi.DBI
Select all certificate records belonging to a certain data field.
selectCertificate(DataField) - Method in class psman.dbi.CryptedDBI
 
selectCertificate(DataField) - Method in class psman.dbi.TimedDBI
 
selectCertificate(Property) - Method in class psman.dbi.XML
 
selectCertificate(Property) - Method in class psman.dbi.SQL
 
selectCertificate(Property) - Method in interface psman.dbi.DBI
Select all certificate records belonging to a certain property.
selectCertificate(Property) - Method in class psman.dbi.CryptedDBI
 
selectCertificate(Property) - Method in class psman.dbi.TimedDBI
 
selectCertificate(PublicKey, boolean) - Method in class psman.dbi.XML
 
selectCertificate(PublicKey, boolean) - Method in class psman.dbi.SQL
 
selectCertificate(PublicKey, boolean) - Method in interface psman.dbi.DBI
Select all certificate records belonging to a certain public key.
selectCertificate(PublicKey, boolean) - Method in class psman.dbi.CryptedDBI
 
selectCertificate(PublicKey, boolean) - Method in class psman.dbi.TimedDBI
 
selectCertificate(PublicKey, PublicKey[]) - Method in class psman.dbi.XML
 
selectCertificate(PublicKey, PublicKey[]) - Method in class psman.dbi.SQL
 
selectCertificate(PublicKey, PublicKey[]) - Method in interface psman.dbi.DBI
Selects certificates which certify the signedKey with one of the signKeys.
selectCertificate(PublicKey, PublicKey[]) - Method in class psman.dbi.CryptedDBI
 
selectCertificate(PublicKey, PublicKey[]) - Method in class psman.dbi.TimedDBI
 
selectChain() - Method in class psman.dbi.XML
 
selectChain() - Method in class psman.dbi.SQL
 
selectChain() - Method in interface psman.dbi.DBI
Get all chain records.
selectChain() - Method in class psman.dbi.CryptedDBI
 
selectChain() - Method in class psman.dbi.TimedDBI
 
selectChain(int) - Method in class psman.dbi.XML
 
selectChain(int) - Method in class psman.dbi.SQL
 
selectChain(int) - Method in interface psman.dbi.DBI
Select a chain by its ID.
selectChain(int) - Method in class psman.dbi.CryptedDBI
 
selectChain(int) - Method in class psman.dbi.TimedDBI
 
selectChain(String) - Method in class psman.dbi.XML
 
selectChain(String) - Method in class psman.dbi.SQL
 
selectChain(String) - Method in interface psman.dbi.DBI
Select a chain by its name.
selectChain(String) - Method in class psman.dbi.CryptedDBI
 
selectChain(String) - Method in class psman.dbi.TimedDBI
 
selectConfiguration() - Method in class psman.dbi.XML
 
selectConfiguration() - Method in class psman.dbi.SQL
 
selectConfiguration() - Method in interface psman.dbi.DBI
Get all Configuration records.
selectConfiguration() - Method in class psman.dbi.CryptedDBI
 
selectConfiguration() - Method in class psman.dbi.TimedDBI
 
selectConfiguration(String) - Method in class psman.dbi.XML
 
selectConfiguration(String) - Method in class psman.dbi.SQL
 
selectConfiguration(String) - Method in interface psman.dbi.DBI
Select Configuration by its key.
selectConfiguration(String) - Method in class psman.dbi.CryptedDBI
 
selectConfiguration(String) - Method in class psman.dbi.TimedDBI
 
selectDataField() - Method in class psman.dbi.XML
 
selectDataField() - Method in class psman.dbi.SQL
 
selectDataField() - Method in interface psman.dbi.DBI
Get all data field records.
selectDataField() - Method in class psman.dbi.CryptedDBI
 
selectDataField() - Method in class psman.dbi.TimedDBI
 
selectDataField(Certificate) - Method in class psman.dbi.XML
 
selectDataField(Certificate) - Method in class psman.dbi.SQL
 
selectDataField(Certificate) - Method in interface psman.dbi.DBI
Select data fields by their certificate.
selectDataField(Certificate) - Method in class psman.dbi.CryptedDBI
 
selectDataField(Certificate) - Method in class psman.dbi.TimedDBI
 
selectDataField(int) - Method in class psman.dbi.XML
 
selectDataField(int) - Method in class psman.dbi.SQL
 
selectDataField(int) - Method in interface psman.dbi.DBI
Select a data field by its ID.
selectDataField(int) - Method in class psman.dbi.CryptedDBI
 
selectDataField(int) - Method in class psman.dbi.TimedDBI
 
selectDataField(String) - Method in class psman.dbi.XML
 
selectDataField(String) - Method in class psman.dbi.SQL
 
selectDataField(String) - Method in interface psman.dbi.DBI
Select a data field by its name.
selectDataField(String) - Method in class psman.dbi.CryptedDBI
 
selectDataField(String) - Method in class psman.dbi.TimedDBI
 
selectDataField(String, TPartner) - Method in class psman.dbi.XML
 
selectDataField(String, TPartner) - Method in class psman.dbi.SQL
 
selectDataField(String, TPartner) - Method in class psman.dbi.MySQL
 
selectDataField(String, TPartner) - Method in interface psman.dbi.DBI
Select a data field by its name and owner.
selectDataField(String, TPartner) - Method in class psman.dbi.CryptedDBI
 
selectDataField(String, TPartner) - Method in class psman.dbi.TimedDBI
 
selectDataField(TPartner) - Method in class psman.dbi.XML
 
selectDataField(TPartner) - Method in class psman.dbi.SQL
 
selectDataField(TPartner) - Method in class psman.dbi.MySQL
 
selectDataField(TPartner) - Method in interface psman.dbi.DBI
Select a data field by its owner.
selectDataField(TPartner) - Method in class psman.dbi.CryptedDBI
 
selectDataField(TPartner) - Method in class psman.dbi.TimedDBI
 
selectDataField(TPartner, String, Date, Date) - Method in class psman.dbi.XML
 
selectDataField(TPartner, String, Date, Date) - Method in class psman.dbi.PostgreSQL
 
selectDataField(TPartner, String, Date, Date) - Method in class psman.dbi.MySQL
 
selectDataField(TPartner, String, Date, Date) - Method in interface psman.dbi.DBI
Select a data field by its properties.
selectDataField(TPartner, String, Date, Date) - Method in class psman.dbi.Sybase
 
selectDataField(TPartner, String, Date, Date) - Method in class psman.dbi.CryptedDBI
 
selectDataField(TPartner, String, Date, Date) - Method in class psman.dbi.TimedDBI
 
selectDataField(Transaction) - Method in class psman.dbi.XML
 
selectDataField(Transaction) - Method in class psman.dbi.SQL
 
selectDataField(Transaction) - Method in interface psman.dbi.DBI
Select all data fields belonging to a certain transaction.
selectDataField(Transaction) - Method in class psman.dbi.CryptedDBI
 
selectDataField(Transaction) - Method in class psman.dbi.TimedDBI
 
selectPerson() - Method in class psman.dbi.XML
 
selectPerson() - Method in class psman.dbi.SQL
 
selectPerson() - Method in interface psman.dbi.DBI
Get all person records.
selectPerson() - Method in class psman.dbi.CryptedDBI
 
selectPerson() - Method in class psman.dbi.TimedDBI
 
selectPerson(int) - Method in class psman.dbi.XML
 
selectPerson(int) - Method in class psman.dbi.SQL
 
selectPerson(int) - Method in interface psman.dbi.DBI
Select a person by its ID.
selectPerson(int) - Method in class psman.dbi.CryptedDBI
 
selectPerson(int) - Method in class psman.dbi.TimedDBI
 
selectPerson(String) - Method in class psman.dbi.XML
 
selectPerson(String) - Method in class psman.dbi.SQL
 
selectPerson(String) - Method in interface psman.dbi.DBI
Select a person by its name.
selectPerson(String) - Method in class psman.dbi.CryptedDBI
 
selectPerson(String) - Method in class psman.dbi.TimedDBI
 
selectProperty() - Method in class psman.dbi.XML
 
selectProperty() - Method in class psman.dbi.SQL
 
selectProperty() - Method in interface psman.dbi.DBI
Select all properties in the database.
selectProperty() - Method in class psman.dbi.CryptedDBI
 
selectProperty() - Method in class psman.dbi.TimedDBI
 
selectProperty(int) - Method in class psman.dbi.XML
 
selectProperty(int) - Method in class psman.dbi.SQL
 
selectProperty(int) - Method in interface psman.dbi.DBI
Select a property by its ID.
selectProperty(int) - Method in class psman.dbi.CryptedDBI
 
selectProperty(int) - Method in class psman.dbi.TimedDBI
 
selectProperty(Pseudonym) - Method in class psman.dbi.XML
 
selectProperty(Pseudonym) - Method in class psman.dbi.SQL
 
selectProperty(Pseudonym) - Method in interface psman.dbi.DBI
Select all properties bound to a certain pseudonym.
selectProperty(Pseudonym) - Method in class psman.dbi.CryptedDBI
 
selectProperty(Pseudonym) - Method in class psman.dbi.TimedDBI
 
selectProperty(String) - Method in class psman.dbi.XML
 
selectProperty(String) - Method in class psman.dbi.SQL
 
selectProperty(String) - Method in interface psman.dbi.DBI
Select a property by its name.
selectProperty(String) - Method in class psman.dbi.CryptedDBI
 
selectProperty(String) - Method in class psman.dbi.TimedDBI
 
selectPseudonym() - Method in class psman.dbi.XML
 
selectPseudonym() - Method in class psman.dbi.SQL
 
selectPseudonym() - Method in interface psman.dbi.DBI
Select all pseudonym records in the database.
selectPseudonym() - Method in class psman.dbi.CryptedDBI
 
selectPseudonym() - Method in class psman.dbi.TimedDBI
 
selectPseudonym(int) - Method in class psman.dbi.XML
 
selectPseudonym(int) - Method in class psman.dbi.SQL
 
selectPseudonym(int) - Method in interface psman.dbi.DBI
Select a pseudonym by its ID.
selectPseudonym(int) - Method in class psman.dbi.CryptedDBI
 
selectPseudonym(int) - Method in class psman.dbi.TimedDBI
 
selectPseudonym(Property) - Method in class psman.dbi.XML
 
selectPseudonym(Property) - Method in class psman.dbi.SQL
 
selectPseudonym(Property) - Method in interface psman.dbi.DBI
Select pseudonyms by a property.
selectPseudonym(Property) - Method in class psman.dbi.CryptedDBI
 
selectPseudonym(Property) - Method in class psman.dbi.TimedDBI
 
selectPseudonym(PseudonymType) - Method in class psman.dbi.XML
 
selectPseudonym(PseudonymType) - Method in class psman.dbi.SQL
 
selectPseudonym(PseudonymType) - Method in interface psman.dbi.DBI
Select pseudonym by their type.
selectPseudonym(PseudonymType) - Method in class psman.dbi.CryptedDBI
 
selectPseudonym(PseudonymType) - Method in class psman.dbi.TimedDBI
 
selectPseudonym(Role) - Method in class psman.dbi.XML
 
selectPseudonym(Role) - Method in class psman.dbi.SQL
 
selectPseudonym(Role) - Method in interface psman.dbi.DBI
Select pseudonyms by role.
selectPseudonym(Role) - Method in class psman.dbi.CryptedDBI
 
selectPseudonym(Role) - Method in class psman.dbi.TimedDBI
 
selectPseudonym(Role, TPartner) - Method in class psman.dbi.XML
 
selectPseudonym(Role, TPartner) - Method in class psman.dbi.SQL
 
selectPseudonym(Role, TPartner) - Method in interface psman.dbi.DBI
Select pseudonyms by role and transaction partner.
selectPseudonym(Role, TPartner) - Method in class psman.dbi.CryptedDBI
 
selectPseudonym(Role, TPartner) - Method in class psman.dbi.TimedDBI
 
selectPseudonym(SecretKey) - Method in class psman.dbi.XML
 
selectPseudonym(SecretKey) - Method in class psman.dbi.SQL
 
selectPseudonym(SecretKey) - Method in interface psman.dbi.DBI
Select a pseudonym by its master key.
selectPseudonym(SecretKey) - Method in class psman.dbi.CryptedDBI
 
selectPseudonym(SecretKey) - Method in class psman.dbi.TimedDBI
 
selectPseudonym(String) - Method in class psman.dbi.XML
 
selectPseudonym(String) - Method in class psman.dbi.SQL
 
selectPseudonym(String) - Method in interface psman.dbi.DBI
Select a pseudonym by its name.
selectPseudonym(String) - Method in class psman.dbi.CryptedDBI
 
selectPseudonym(String) - Method in class psman.dbi.TimedDBI
 
selectPseudonym(TPartner) - Method in class psman.dbi.XML
 
selectPseudonym(TPartner) - Method in class psman.dbi.SQL
 
selectPseudonym(TPartner) - Method in interface psman.dbi.DBI
Select pseudonyms by a transaction partner.
selectPseudonym(TPartner) - Method in class psman.dbi.CryptedDBI
 
selectPseudonym(TPartner) - Method in class psman.dbi.TimedDBI
 
selectPseudonymType() - Method in class psman.dbi.XML
 
selectPseudonymType() - Method in class psman.dbi.SQL
 
selectPseudonymType() - Method in interface psman.dbi.DBI
Select all pseudonym types in the database.
selectPseudonymType() - Method in class psman.dbi.CryptedDBI
 
selectPseudonymType() - Method in class psman.dbi.TimedDBI
 
selectPseudonymType(int) - Method in class psman.dbi.XML
 
selectPseudonymType(int) - Method in class psman.dbi.SQL
 
selectPseudonymType(int) - Method in interface psman.dbi.DBI
Select a pseudonym type by its ID.
selectPseudonymType(int) - Method in class psman.dbi.CryptedDBI
 
selectPseudonymType(int) - Method in class psman.dbi.TimedDBI
 
selectPseudonymType(Pseudonym) - Method in class psman.dbi.XML
 
selectPseudonymType(Pseudonym) - Method in class psman.dbi.SQL
 
selectPseudonymType(Pseudonym) - Method in interface psman.dbi.DBI
Select all pseudonym types for the given Pseudonym.
selectPseudonymType(Pseudonym) - Method in class psman.dbi.CryptedDBI
 
selectPseudonymType(Pseudonym) - Method in class psman.dbi.TimedDBI
 
selectPseudonymType(Role) - Method in class psman.dbi.XML
 
selectPseudonymType(Role) - Method in class psman.dbi.SQL
 
selectPseudonymType(Role) - Method in interface psman.dbi.DBI
Select pseudonym types, which where used under a given role.
selectPseudonymType(Role) - Method in class psman.dbi.CryptedDBI
 
selectPseudonymType(Role) - Method in class psman.dbi.TimedDBI
 
selectPseudonymType(Role, TPartner) - Method in class psman.dbi.XML
 
selectPseudonymType(Role, TPartner) - Method in class psman.dbi.SQL
 
selectPseudonymType(Role, TPartner) - Method in interface psman.dbi.DBI
Select pseudonym types, which where used in communication with a given partner under a given role.
selectPseudonymType(Role, TPartner) - Method in class psman.dbi.CryptedDBI
 
selectPseudonymType(Role, TPartner) - Method in class psman.dbi.TimedDBI
 
selectPseudonymType(String) - Method in class psman.dbi.XML
 
selectPseudonymType(String) - Method in class psman.dbi.SQL
 
selectPseudonymType(String) - Method in interface psman.dbi.DBI
Select a pseudonym type by its name.
selectPseudonymType(String) - Method in class psman.dbi.CryptedDBI
 
selectPseudonymType(String) - Method in class psman.dbi.TimedDBI
 
selectPseudonymType(TPartner) - Method in class psman.dbi.XML
 
selectPseudonymType(TPartner) - Method in class psman.dbi.SQL
 
selectPseudonymType(TPartner) - Method in interface psman.dbi.DBI
Select pseudonym types, which where used in communication with a given partner.
selectPseudonymType(TPartner) - Method in class psman.dbi.CryptedDBI
 
selectPseudonymType(TPartner) - Method in class psman.dbi.TimedDBI
 
selectPublicKey() - Method in class psman.dbi.XML
 
selectPublicKey() - Method in class psman.dbi.SQL
 
selectPublicKey() - Method in interface psman.dbi.DBI
Get all public keys.
selectPublicKey() - Method in class psman.dbi.CryptedDBI
 
selectPublicKey() - Method in class psman.dbi.TimedDBI
 
selectPublicKey(byte[]) - Method in class psman.dbi.XML
 
selectPublicKey(byte[]) - Method in class psman.dbi.SQL
 
selectPublicKey(byte[]) - Method in interface psman.dbi.DBI
Get a public key.
selectPublicKey(byte[]) - Method in class psman.dbi.CryptedDBI
 
selectPublicKey(byte[]) - Method in class psman.dbi.TimedDBI
 
selectPublicKey(Certificate, boolean) - Method in class psman.dbi.XML
 
selectPublicKey(Certificate, boolean) - Method in class psman.dbi.SQL
 
selectPublicKey(Certificate, boolean) - Method in interface psman.dbi.DBI
Get public keys belonging to a certain certificate.
selectPublicKey(Certificate, boolean) - Method in class psman.dbi.CryptedDBI
 
selectPublicKey(Certificate, boolean) - Method in class psman.dbi.TimedDBI
 
selectPurpose() - Method in class psman.dbi.XML
 
selectPurpose() - Method in class psman.dbi.SQL
 
selectPurpose() - Method in interface psman.dbi.DBI
Get all purpose records.
selectPurpose() - Method in class psman.dbi.CryptedDBI
 
selectPurpose() - Method in class psman.dbi.TimedDBI
 
selectPurpose(int) - Method in class psman.dbi.XML
 
selectPurpose(int) - Method in class psman.dbi.SQL
 
selectPurpose(int) - Method in interface psman.dbi.DBI
Select a purpose by its ID.
selectPurpose(int) - Method in class psman.dbi.CryptedDBI
 
selectPurpose(int) - Method in class psman.dbi.TimedDBI
 
selectPurpose(String) - Method in class psman.dbi.XML
 
selectPurpose(String) - Method in class psman.dbi.SQL
 
selectPurpose(String) - Method in interface psman.dbi.DBI
Select a purpose by its name.
selectPurpose(String) - Method in class psman.dbi.CryptedDBI
 
selectPurpose(String) - Method in class psman.dbi.TimedDBI
 
selectPurpose(Transaction, DataField) - Method in class psman.dbi.XML
 
selectPurpose(Transaction, DataField) - Method in class psman.dbi.SQL
 
selectPurpose(Transaction, DataField) - Method in interface psman.dbi.DBI
Select all purposes belonging to a certain data disclosure.
selectPurpose(Transaction, DataField) - Method in class psman.dbi.CryptedDBI
 
selectPurpose(Transaction, DataField) - Method in class psman.dbi.TimedDBI
 
selectRecipient() - Method in class psman.dbi.XML
 
selectRecipient() - Method in class psman.dbi.SQL
 
selectRecipient() - Method in interface psman.dbi.DBI
Get all recipient records.
selectRecipient() - Method in class psman.dbi.CryptedDBI
 
selectRecipient() - Method in class psman.dbi.TimedDBI
 
selectRecipient(int) - Method in class psman.dbi.XML
 
selectRecipient(int) - Method in class psman.dbi.SQL
 
selectRecipient(int) - Method in interface psman.dbi.DBI
Select a recipient by its ID.
selectRecipient(int) - Method in class psman.dbi.CryptedDBI
 
selectRecipient(int) - Method in class psman.dbi.TimedDBI
 
selectRecipient(String) - Method in class psman.dbi.XML
 
selectRecipient(String) - Method in class psman.dbi.SQL
 
selectRecipient(String) - Method in interface psman.dbi.DBI
Select a recipient by its name.
selectRecipient(String) - Method in class psman.dbi.CryptedDBI
 
selectRecipient(String) - Method in class psman.dbi.TimedDBI
 
selectRecipient(Transaction, DataField) - Method in class psman.dbi.XML
 
selectRecipient(Transaction, DataField) - Method in class psman.dbi.SQL
 
selectRecipient(Transaction, DataField) - Method in interface psman.dbi.DBI
Select all recipients belonging to a certain data disclosure.
selectRecipient(Transaction, DataField) - Method in class psman.dbi.CryptedDBI
 
selectRecipient(Transaction, DataField) - Method in class psman.dbi.TimedDBI
 
selectRole() - Method in class psman.dbi.XML
 
selectRole() - Method in class psman.dbi.SQL
 
selectRole() - Method in interface psman.dbi.DBI
Get all roles.
selectRole() - Method in class psman.dbi.CryptedDBI
 
selectRole() - Method in class psman.dbi.TimedDBI
 
selectRole(int) - Method in class psman.dbi.XML
 
selectRole(int) - Method in class psman.dbi.SQL
 
selectRole(int) - Method in interface psman.dbi.DBI
Select a role by its ID.
selectRole(int) - Method in class psman.dbi.CryptedDBI
 
selectRole(int) - Method in class psman.dbi.TimedDBI
 
selectRole(String) - Method in class psman.dbi.XML
 
selectRole(String) - Method in class psman.dbi.SQL
 
selectRole(String) - Method in interface psman.dbi.DBI
Select a role by its name.
selectRole(String) - Method in class psman.dbi.CryptedDBI
 
selectRole(String) - Method in class psman.dbi.TimedDBI
 
selectRule() - Method in class psman.dbi.XML
 
selectRule() - Method in class psman.dbi.SQL
 
selectRule() - Method in interface psman.dbi.DBI
Get all rules.
selectRule() - Method in class psman.dbi.CryptedDBI
 
selectRule() - Method in class psman.dbi.TimedDBI
 
selectRule(int, int) - Method in class psman.dbi.XML
 
selectRule(int, int) - Method in class psman.dbi.SQL
 
selectRule(int, int) - Method in interface psman.dbi.DBI
Select a rule by its chain and rank.
selectRule(int, int) - Method in class psman.dbi.CryptedDBI
 
selectRule(int, int) - Method in class psman.dbi.TimedDBI
 
selectSecretKey() - Method in class psman.dbi.XML
 
selectSecretKey() - Method in class psman.dbi.SQL
 
selectSecretKey() - Method in interface psman.dbi.DBI
Get all secret keys.
selectSecretKey() - Method in class psman.dbi.CryptedDBI
 
selectSecretKey() - Method in class psman.dbi.TimedDBI
 
selectSecretKey(byte[]) - Method in class psman.dbi.XML
 
selectSecretKey(byte[]) - Method in class psman.dbi.SQL
 
selectSecretKey(byte[]) - Method in interface psman.dbi.DBI
Get a secret key.
selectSecretKey(byte[]) - Method in class psman.dbi.CryptedDBI
 
selectSecretKey(byte[]) - Method in class psman.dbi.TimedDBI
 
selectTPartner() - Method in class psman.dbi.XML
 
selectTPartner() - Method in class psman.dbi.SQL
 
selectTPartner() - Method in interface psman.dbi.DBI
Get all transaction partner records.
selectTPartner() - Method in class psman.dbi.CryptedDBI
 
selectTPartner() - Method in class psman.dbi.TimedDBI
 
selectTPartner(int) - Method in class psman.dbi.XML
 
selectTPartner(int) - Method in class psman.dbi.SQL
 
selectTPartner(int) - Method in interface psman.dbi.DBI
Select a transaction partner by its ID.
selectTPartner(int) - Method in class psman.dbi.CryptedDBI
 
selectTPartner(int) - Method in class psman.dbi.TimedDBI
 
selectTPartner(PublicKey) - Method in class psman.dbi.XML
 
selectTPartner(PublicKey) - Method in class psman.dbi.SQL
 
selectTPartner(PublicKey) - Method in interface psman.dbi.DBI
Select a transaction partner by its public key.
selectTPartner(PublicKey) - Method in class psman.dbi.CryptedDBI
 
selectTPartner(PublicKey) - Method in class psman.dbi.TimedDBI
 
selectTPartner(String) - Method in class psman.dbi.XML
 
selectTPartner(String) - Method in class psman.dbi.SQL
 
selectTPartner(String) - Method in interface psman.dbi.DBI
Select a transaction partner by its name.
selectTPartner(String) - Method in class psman.dbi.CryptedDBI
 
selectTPartner(String) - Method in class psman.dbi.TimedDBI
 
selectTPartner(Type) - Method in class psman.dbi.XML
 
selectTPartner(Type) - Method in class psman.dbi.SQL
 
selectTPartner(Type) - Method in interface psman.dbi.DBI
Select transaction partners by their type.
selectTPartner(Type) - Method in class psman.dbi.CryptedDBI
 
selectTPartner(Type) - Method in class psman.dbi.TimedDBI
 
selectTransaction() - Method in class psman.dbi.XML
 
selectTransaction() - Method in class psman.dbi.SQL
 
selectTransaction() - Method in interface psman.dbi.DBI
Get all transaction records.
selectTransaction() - Method in class psman.dbi.CryptedDBI
 
selectTransaction() - Method in class psman.dbi.TimedDBI
 
selectTransaction(DataField) - Method in class psman.dbi.XML
 
selectTransaction(DataField) - Method in class psman.dbi.SQL
 
selectTransaction(DataField) - Method in interface psman.dbi.DBI
Select all transaction, in which a given data field was received or transmitted.
selectTransaction(DataField) - Method in class psman.dbi.CryptedDBI
 
selectTransaction(DataField) - Method in class psman.dbi.TimedDBI
 
selectTransaction(Date, Date, Pseudonym, TPartner) - Method in class psman.dbi.XML
 
selectTransaction(Date, Date, Pseudonym, TPartner) - Method in class psman.dbi.SQL
 
selectTransaction(Date, Date, Pseudonym, TPartner) - Method in interface psman.dbi.DBI
Select a transaction by its ID.
selectTransaction(Date, Date, Pseudonym, TPartner) - Method in class psman.dbi.CryptedDBI
 
selectTransaction(Date, Date, Pseudonym, TPartner) - Method in class psman.dbi.TimedDBI
 
selectTransaction(int) - Method in class psman.dbi.XML
 
selectTransaction(int) - Method in class psman.dbi.SQL
 
selectTransaction(int) - Method in interface psman.dbi.DBI
Select a transaction by its ID.
selectTransaction(int) - Method in class psman.dbi.CryptedDBI
 
selectTransaction(int) - Method in class psman.dbi.TimedDBI
 
selectTransaction(Pseudonym) - Method in class psman.dbi.XML
 
selectTransaction(Pseudonym) - Method in class psman.dbi.SQL
 
selectTransaction(Pseudonym) - Method in interface psman.dbi.DBI
Select transactions by used pseudonym.
selectTransaction(Pseudonym) - Method in class psman.dbi.CryptedDBI
 
selectTransaction(Pseudonym) - Method in class psman.dbi.TimedDBI
 
selectTransaction(Role) - Method in class psman.dbi.XML
 
selectTransaction(Role) - Method in class psman.dbi.SQL
 
selectTransaction(Role) - Method in interface psman.dbi.DBI
Select a transaction by used role.
selectTransaction(Role) - Method in class psman.dbi.CryptedDBI
 
selectTransaction(Role) - Method in class psman.dbi.TimedDBI
 
selectTransaction(Role, TPartner) - Method in class psman.dbi.XML
 
selectTransaction(Role, TPartner) - Method in class psman.dbi.SQL
 
selectTransaction(Role, TPartner) - Method in interface psman.dbi.DBI
Select a transaction by used role and transaction partner.
selectTransaction(Role, TPartner) - Method in class psman.dbi.CryptedDBI
 
selectTransaction(Role, TPartner) - Method in class psman.dbi.TimedDBI
 
selectTransaction(TPartner) - Method in class psman.dbi.XML
 
selectTransaction(TPartner) - Method in class psman.dbi.SQL
 
selectTransaction(TPartner) - Method in interface psman.dbi.DBI
Select transactions by transaction partner.
selectTransaction(TPartner) - Method in class psman.dbi.CryptedDBI
 
selectTransaction(TPartner) - Method in class psman.dbi.TimedDBI
 
selectType() - Method in class psman.dbi.XML
 
selectType() - Method in class psman.dbi.SQL
 
selectType() - Method in interface psman.dbi.DBI
Get all type records.
selectType() - Method in class psman.dbi.CryptedDBI
 
selectType() - Method in class psman.dbi.TimedDBI
 
selectType(int) - Method in class psman.dbi.XML
 
selectType(int) - Method in class psman.dbi.SQL
 
selectType(int) - Method in interface psman.dbi.DBI
Select a type by its ID.
selectType(int) - Method in class psman.dbi.CryptedDBI
 
selectType(int) - Method in class psman.dbi.TimedDBI
 
selectType(String) - Method in class psman.dbi.XML
 
selectType(String) - Method in class psman.dbi.SQL
 
selectType(String) - Method in interface psman.dbi.DBI
Select a type by its name.
selectType(String) - Method in class psman.dbi.CryptedDBI
 
selectType(String) - Method in class psman.dbi.TimedDBI
 
selectType(TPartner) - Method in class psman.dbi.XML
 
selectType(TPartner) - Method in class psman.dbi.SQL
 
selectType(TPartner) - Method in interface psman.dbi.DBI
Select all types bound to a certain transaction partner.
selectType(TPartner) - Method in class psman.dbi.CryptedDBI
 
selectType(TPartner) - Method in class psman.dbi.TimedDBI
 
sendClose() - Method in class psman.gui.MainMenu
 
sendClose() - Method in interface psman.gui.Mediator
 
sendClose() - Method in class psman.gui.MainPanel
 
sendClose() - Method in class psman.gui.MainFrame
 
sendInit() - Method in class psman.gui.MainMenu
 
sendInit() - Method in interface psman.gui.Mediator
 
sendInit() - Method in class psman.gui.MainPanel
 
sendInit() - Method in class psman.gui.MainFrame
 
sendOpen() - Method in class psman.gui.MainMenu
 
sendOpen() - Method in interface psman.gui.Mediator
 
sendOpen() - Method in class psman.gui.MainPanel
 
sendOpen() - Method in class psman.gui.MainFrame
 
sendQuit() - Method in class psman.gui.MainMenu
 
sendQuit() - Method in interface psman.gui.Mediator
 
sendQuit() - Method in class psman.gui.MainPanel
 
sendQuit() - Method in class psman.gui.MainFrame
 
set(DataField, Category[]) - Method in class psman.dbi.XML
 
set(DataField, Category[]) - Method in class psman.dbi.SQL
 
set(DataField, Category[]) - Method in interface psman.dbi.DBI
Update a data field's categories.
set(DataField, Category[]) - Method in class psman.dbi.CryptedDBI
 
set(DataField, Category[]) - Method in class psman.dbi.TimedDBI
 
set(DataField, Certificate[]) - Method in class psman.dbi.XML
 
set(DataField, Certificate[]) - Method in class psman.dbi.SQL
 
set(DataField, Certificate[]) - Method in interface psman.dbi.DBI
Update a data field's certificates.
set(DataField, Certificate[]) - Method in class psman.dbi.CryptedDBI
 
set(DataField, Certificate[]) - Method in class psman.dbi.TimedDBI
 
set(Property, Certificate[]) - Method in class psman.dbi.XML
 
set(Property, Certificate[]) - Method in class psman.dbi.SQL
 
set(Property, Certificate[]) - Method in interface psman.dbi.DBI
set a property's certificates.
set(Property, Certificate[]) - Method in class psman.dbi.CryptedDBI
 
set(Property, Certificate[]) - Method in class psman.dbi.TimedDBI
 
set(Pseudonym, Property[]) - Method in class psman.dbi.XML
 
set(Pseudonym, Property[]) - Method in class psman.dbi.SQL
 
set(Pseudonym, Property[]) - Method in interface psman.dbi.DBI
Update pseudonyms properties.
set(Pseudonym, Property[]) - Method in class psman.dbi.CryptedDBI
 
set(Pseudonym, Property[]) - Method in class psman.dbi.TimedDBI
 
set(Pseudonym, PseudonymType[]) - Method in class psman.dbi.XML
 
set(Pseudonym, PseudonymType[]) - Method in class psman.dbi.SQL
 
set(Pseudonym, PseudonymType[]) - Method in interface psman.dbi.DBI
Update pseudonyms pseudonym types.
set(Pseudonym, PseudonymType[]) - Method in class psman.dbi.CryptedDBI
 
set(Pseudonym, PseudonymType[]) - Method in class psman.dbi.TimedDBI
 
set(PublicKey, Certificate[]) - Method in class psman.dbi.XML
 
set(PublicKey, Certificate[]) - Method in class psman.dbi.SQL
 
set(PublicKey, Certificate[]) - Method in interface psman.dbi.DBI
Update a public key's certificates.
set(PublicKey, Certificate[]) - Method in class psman.dbi.CryptedDBI
 
set(PublicKey, Certificate[]) - Method in class psman.dbi.TimedDBI
 
set(TPartner, Type[]) - Method in class psman.dbi.XML
 
set(TPartner, Type[]) - Method in class psman.dbi.SQL
 
set(TPartner, Type[]) - Method in interface psman.dbi.DBI
Update transaction partner types.
set(TPartner, Type[]) - Method in class psman.dbi.CryptedDBI
 
set(TPartner, Type[]) - Method in class psman.dbi.TimedDBI
 
set(Transaction, DataField[]) - Method in class psman.dbi.XML
 
set(Transaction, DataField[]) - Method in class psman.dbi.SQL
 
set(Transaction, DataField[]) - Method in interface psman.dbi.DBI
Update transaction datafields.
set(Transaction, DataField[]) - Method in class psman.dbi.CryptedDBI
 
set(Transaction, DataField[]) - Method in class psman.dbi.TimedDBI
 
setCalendar(Calendar) - Method in class psman.gui.DatePanel
 
setData(Object[][]) - Method in class psman.gui.MyTableModel
 
setDate(Date) - Method in class psman.gui.DatePanel
 
setEditable(boolean) - Method in class psman.gui.DatePanel
 
setID(int) - Method in class psman.data.Purpose
Set the database ID of this purpose.
setID(int) - Method in class psman.data.DataField
Set the database ID of this data field
setID(int) - Method in class psman.data.Property
Set the database ID of this property.
setID(int) - Method in class psman.data.PseudonymType
Set the database ID of this pseudonym type.
setID(int) - Method in class psman.data.Transaction
Set the database ID of this transaction
setID(int) - Method in class psman.data.Type
Set the database ID of this type.
setID(int) - Method in class psman.data.Role
Set the database ID of this role.
setID(int) - Method in class psman.data.Person
Set the database ID of this person.
setID(int) - Method in class psman.data.Chain
Set the database ID of this chain.
setID(int) - Method in class psman.data.Category
Set the database ID of this category.
setID(int) - Method in class psman.data.Pseudonym
Set the database ID of this pseudonym.
setID(int) - Method in class psman.data.Recipient
Set the database ID of this recipient.
setID(int) - Method in class psman.data.TPartner
Set the database ID of this transaction partner.
setID(String) - Method in class psman.data.Configuration
Set the database ID of this configuration entry.
setID(String) - Method in class psman.data.AppelRuleSet
Set the database ID of this appel rule set.
setMasterKey(SecretKey) - Method in class psman.data.Pseudonym
Set the master key of this pseudonym.
setModel(TableModel) - Method in class psman.gui.TableMap
 
setModel(TableModel) - Method in class psman.gui.TableSorter
 
setParameter(String) - Method in class psman.data.Rule
Set the parameter of this rule.
setPublicKey(PublicKey) - Method in class psman.data.TPartner
Set the public key of this transaction partner.
setRank(int) - Method in class psman.data.Rule
Set the rank of this rule.
setReadOnly(boolean) - Method in class psman.dbi.SQL
Set the database in read-only state.
setSize(JComponent, Dimension) - Static method in class psman.gui.Layout
 
setTime(long) - Method in class psman.gui.DatePanel
 
setValueAt(Object, int, int) - Method in class psman.gui.TableMap
 
setValueAt(Object, int, int) - Method in class psman.gui.TableSorter
 
shuttlesort(int[], int[], int, int) - Method in class psman.gui.TableSorter
 
sort(Object) - Method in class psman.gui.TableSorter
 
sortByColumn(int) - Method in class psman.gui.TableSorter
 
sortByColumn(int, boolean) - Method in class psman.gui.TableSorter
 
sortingColumns - Variable in class psman.gui.TableSorter
 
SQL - class psman.dbi.SQL.
The SQL database driver.
SQL() - Constructor for class psman.dbi.SQL
Constructor.
swap(int, int) - Method in class psman.gui.TableSorter
 
Sybase - class psman.dbi.Sybase.
The Sybase database driver.
Sybase() - Constructor for class psman.dbi.Sybase
 

T

T_PARTNER - Static variable in interface psman.dbi.DBI
The t_partner database table constant.
T_PARTNER_TYPE - Static variable in interface psman.dbi.DBI
The t_partner_type database table constant.
TABLE_NAME - Static variable in interface psman.dbi.DBI
The names of the database tables.
tableChanged(TableModelEvent) - Method in class psman.gui.TableMap
 
tableChanged(TableModelEvent) - Method in class psman.gui.TableSorter
 
TableMap - class psman.gui.TableMap.
In a chain of data manipulators some behaviour is common.
TableMap() - Constructor for class psman.gui.TableMap
 
TableSorter - class psman.gui.TableSorter.
A sorter for TableModels.
TableSorter() - Constructor for class psman.gui.TableSorter
 
TableSorter(TableModel) - Constructor for class psman.gui.TableSorter
 
TabPanel - class psman.gui.TabPanel.
The abstract tab panel.
TabPanel(Mediator) - Constructor for class psman.gui.TabPanel
 
TimedDBI - class psman.dbi.TimedDBI.
Simple class as layer between the real DBI and the application for timing measurement.
TimedDBI(DBI) - Constructor for class psman.dbi.TimedDBI
 
toString() - Method in class psman.data.Purpose
 
toString() - Method in class psman.data.DataField
 
toString() - Method in class psman.data.Property
 
toString() - Method in class psman.data.Configuration
 
toString() - Method in class psman.data.PseudonymType
 
toString() - Method in class psman.data.Transaction
 
toString() - Method in class psman.data.Rule
 
toString() - Method in class psman.data.Type
 
toString() - Method in class psman.data.Role
 
toString() - Method in class psman.data.AppelRuleSet
 
toString() - Method in class psman.data.Person
 
toString() - Method in class psman.data.Chain
 
toString() - Method in class psman.data.Key
 
toString() - Method in class psman.data.Certificate
 
toString() - Method in class psman.data.Category
 
toString() - Method in class psman.data.Pseudonym
 
toString() - Method in class psman.data.Recipient
 
toString() - Method in class psman.data.TPartner
 
TPartner - class psman.data.TPartner.
The transaction partner.
TPartner(int, String, PublicKey, Person) - Constructor for class psman.data.TPartner
Constructor, only for existing transaction partners.
TPartner(String, PublicKey, Person) - Constructor for class psman.data.TPartner
Constructor, only for new transaction partners.
TPartnerPanel - class psman.gui.TPartnerPanel.
The transaction partner panel.
TPartnerPanel(Mediator) - Constructor for class psman.gui.TPartnerPanel
 
tPartnerTable() - Method in class psman.dbi.XML
 
tPartnerTable() - Method in class psman.dbi.SQL
 
tPartnerTable() - Method in interface psman.dbi.DBI
Get all transaction partner records.
tPartnerTable() - Method in class psman.dbi.CryptedDBI
 
tPartnerTable() - Method in class psman.dbi.TimedDBI
 
Transaction - class psman.data.Transaction.
The transaction, a single communication.
TRANSACTION - Static variable in interface psman.dbi.DBI
The transactions database table constant.
TRANSACTION_DATA_FIELD - Static variable in interface psman.dbi.DBI
The transaction_data_field database table constant.
Transaction(Date, Date, Pseudonym, TPartner, Role) - Constructor for class psman.data.Transaction
Constructor, only for new transactions.
Transaction(int, Date, Date, Pseudonym, TPartner, Role) - Constructor for class psman.data.Transaction
Constructor, only for existing transactions.
TransactionPanel - class psman.gui.TransactionPanel.
The transaction panel.
TransactionPanel(Mediator) - Constructor for class psman.gui.TransactionPanel
 
transactionTable() - Method in class psman.dbi.XML
 
transactionTable() - Method in class psman.dbi.SQL
 
transactionTable() - Method in interface psman.dbi.DBI
Get all transaction records.
transactionTable() - Method in class psman.dbi.CryptedDBI
 
transactionTable() - Method in class psman.dbi.TimedDBI
 
Type - class psman.data.Type.
The type of transaction partners.
TYPE - Static variable in interface psman.dbi.DBI
The type database table constant.
Type(int, String) - Constructor for class psman.data.Type
Constructor, only for existing types.
Type(String) - Constructor for class psman.data.Type
Constructor, only for new types.
typeTable() - Method in class psman.dbi.XML
 
typeTable() - Method in class psman.dbi.SQL
 
typeTable() - Method in interface psman.dbi.DBI
Get all type records.
typeTable() - Method in class psman.dbi.CryptedDBI
 
typeTable() - Method in class psman.dbi.TimedDBI
 

U

update(AppelRuleSet) - Method in class psman.dbi.XML
 
update(AppelRuleSet) - Method in class psman.dbi.SQL
 
update(AppelRuleSet) - Method in interface psman.dbi.DBI
Update a set of appel rules.
update(AppelRuleSet) - Method in class psman.dbi.CryptedDBI
 
update(AppelRuleSet) - Method in class psman.dbi.TimedDBI
 
update(Category) - Method in class psman.dbi.XML
 
update(Category) - Method in class psman.dbi.SQL
 
update(Category) - Method in interface psman.dbi.DBI
Update a category.
update(Category) - Method in class psman.dbi.CryptedDBI
 
update(Category) - Method in class psman.dbi.TimedDBI
 
update(Chain) - Method in class psman.dbi.XML
 
update(Chain) - Method in class psman.dbi.SQL
 
update(Chain) - Method in interface psman.dbi.DBI
Update a chain.
update(Chain) - Method in class psman.dbi.CryptedDBI
 
update(Chain) - Method in class psman.dbi.TimedDBI
 
update(Chain, int, Rule) - Method in class psman.dbi.XML
 
update(Chain, int, Rule) - Method in class psman.dbi.SQL
 
update(Chain, int, Rule) - Method in interface psman.dbi.DBI
Update a rule.
update(Chain, int, Rule) - Method in class psman.dbi.CryptedDBI
 
update(Chain, int, Rule) - Method in class psman.dbi.TimedDBI
 
update(Configuration) - Method in class psman.dbi.XML
 
update(Configuration) - Method in class psman.dbi.SQL
 
update(Configuration) - Method in interface psman.dbi.DBI
Update a configuration.
update(Configuration) - Method in class psman.dbi.CryptedDBI
 
update(Configuration) - Method in class psman.dbi.TimedDBI
 
update(DataField) - Method in class psman.dbi.XML
 
update(DataField) - Method in class psman.dbi.SQL
 
update(DataField) - Method in interface psman.dbi.DBI
Update a data field.
update(DataField) - Method in class psman.dbi.CryptedDBI
 
update(DataField) - Method in class psman.dbi.TimedDBI
 
update(Person) - Method in class psman.dbi.XML
 
update(Person) - Method in class psman.dbi.SQL
 
update(Person) - Method in interface psman.dbi.DBI
Update a person.
update(Person) - Method in class psman.dbi.CryptedDBI
 
update(Person) - Method in class psman.dbi.TimedDBI
 
update(Property) - Method in class psman.dbi.XML
 
update(Property) - Method in class psman.dbi.SQL
 
update(Property) - Method in interface psman.dbi.DBI
Update a property.
update(Property) - Method in class psman.dbi.CryptedDBI
 
update(Property) - Method in class psman.dbi.TimedDBI
 
update(Pseudonym) - Method in class psman.dbi.XML
 
update(Pseudonym) - Method in class psman.dbi.SQL
 
update(Pseudonym) - Method in interface psman.dbi.DBI
Update a pseudonym.
update(Pseudonym) - Method in class psman.dbi.CryptedDBI
 
update(Pseudonym) - Method in class psman.dbi.TimedDBI
 
update(PseudonymType) - Method in class psman.dbi.XML
 
update(PseudonymType) - Method in class psman.dbi.SQL
 
update(PseudonymType) - Method in interface psman.dbi.DBI
Update a pseudonym type.
update(PseudonymType) - Method in class psman.dbi.CryptedDBI
 
update(PseudonymType) - Method in class psman.dbi.TimedDBI
 
update(Purpose) - Method in class psman.dbi.XML
 
update(Purpose) - Method in class psman.dbi.SQL
 
update(Purpose) - Method in interface psman.dbi.DBI
Update a purpose.
update(Purpose) - Method in class psman.dbi.CryptedDBI
 
update(Purpose) - Method in class psman.dbi.TimedDBI
 
update(Recipient) - Method in class psman.dbi.XML
 
update(Recipient) - Method in class psman.dbi.SQL
 
update(Recipient) - Method in interface psman.dbi.DBI
Update a recipient.
update(Recipient) - Method in class psman.dbi.CryptedDBI
 
update(Recipient) - Method in class psman.dbi.TimedDBI
 
update(Role) - Method in class psman.dbi.XML
 
update(Role) - Method in class psman.dbi.SQL
 
update(Role) - Method in interface psman.dbi.DBI
Update a role.
update(Role) - Method in class psman.dbi.CryptedDBI
 
update(Role) - Method in class psman.dbi.TimedDBI
 
update(Role, TPartner, PseudonymType) - Method in class psman.dbi.XML
 
update(Role, TPartner, PseudonymType) - Method in class psman.dbi.SQL
 
update(Role, TPartner, PseudonymType) - Method in interface psman.dbi.DBI
Updates a binding to a pseudonym type for the given context.
update(Role, TPartner, PseudonymType) - Method in class psman.dbi.CryptedDBI
 
update(Role, TPartner, PseudonymType) - Method in class psman.dbi.TimedDBI
 
update(TPartner) - Method in class psman.dbi.XML
 
update(TPartner) - Method in class psman.dbi.SQL
 
update(TPartner) - Method in interface psman.dbi.DBI
Update a transaction partner.
update(TPartner) - Method in class psman.dbi.CryptedDBI
 
update(TPartner) - Method in class psman.dbi.TimedDBI
 
update(Transaction) - Method in class psman.dbi.XML
 
update(Transaction) - Method in class psman.dbi.SQL
 
update(Transaction) - Method in interface psman.dbi.DBI
Update a transaction entry.
update(Transaction) - Method in class psman.dbi.CryptedDBI
 
update(Transaction) - Method in class psman.dbi.TimedDBI
 
update(Transaction, DataField, Purpose[]) - Method in class psman.dbi.XML
 
update(Transaction, DataField, Purpose[]) - Method in class psman.dbi.SQL
 
update(Transaction, DataField, Purpose[]) - Method in interface psman.dbi.DBI
Update transaction datafield purpose.
update(Transaction, DataField, Purpose[]) - Method in class psman.dbi.CryptedDBI
 
update(Transaction, DataField, Purpose[]) - Method in class psman.dbi.TimedDBI
 
update(Transaction, DataField, Recipient[]) - Method in class psman.dbi.XML
 
update(Transaction, DataField, Recipient[]) - Method in class psman.dbi.SQL
 
update(Transaction, DataField, Recipient[]) - Method in interface psman.dbi.DBI
Update transaction datafield recipients.
update(Transaction, DataField, Recipient[]) - Method in class psman.dbi.CryptedDBI
 
update(Transaction, DataField, Recipient[]) - Method in class psman.dbi.TimedDBI
 
update(Type) - Method in class psman.dbi.XML
 
update(Type) - Method in class psman.dbi.SQL
 
update(Type) - Method in interface psman.dbi.DBI
Update a type.
update(Type) - Method in class psman.dbi.CryptedDBI
 
update(Type) - Method in class psman.dbi.TimedDBI
 
username - Variable in class psman.dbi.SQL
The username for connecting to the database.

V

value - Variable in class psman.data.Key
 
valueChanged(ListSelectionEvent) - Method in class psman.gui.ConfigurationPanel
 
valueChanged(ListSelectionEvent) - Method in class psman.gui.TPartnerPanel
 
valueChanged(ListSelectionEvent) - Method in class psman.gui.CertificatePanel
 
valueChanged(ListSelectionEvent) - Method in class psman.gui.RulePanel
 
valueChanged(ListSelectionEvent) - Method in class psman.gui.DataFieldPanel
 
valueChanged(ListSelectionEvent) - Method in class psman.gui.TransactionPanel
 
valueChanged(ListSelectionEvent) - Method in class psman.gui.PseudonymPanel
 
valueChanged(ListSelectionEvent) - Method in class psman.gui.KeyPanel
 
version - Static variable in class psman.Main
The program version.

X

XML - class psman.dbi.XML.
The XML file driver.
XML() - Constructor for class psman.dbi.XML
Constructor.

Y

YesNoDialog - class psman.gui.YesNoDialog.
A confirmation dialog.
YesNoDialog(Frame, String) - Constructor for class psman.gui.YesNoDialog
 

A B C D E F G H I K L M N O P Q R S T U V X Y

Copyright © 2003 DRIM Team. All Rights Reserved.