SOA
© 2004 SoS Group
All Rights Reserved

Serialized Form


Package sos.koa

Class sos.koa.Candidate extends java.lang.Object implements Serializable

Serialized Fields

my_lastname

java.lang.String my_lastname
The lastname (achternaam) of a candidate.


my_firstname

java.lang.String my_firstname
The firstname (roepnaam) of a candidate.


my_initials

java.lang.String my_initials
The initials (voorletters) of a candidate.


my_gender

char my_gender
The gender (geslacht) of a candidate.


my_position_number

byte my_position_number
The position number (positienummer) of a candidate.


my_city_of_residence

java.lang.String my_city_of_residence
The city of residence (woonplaats) of a candidate.


my_kiesKring

KiesKring my_kiesKring
The kieskring of a candidate.


my_kiesLijst

KiesLijst my_kiesLijst
The kieslijst of a candidate.


my_vote_count

int my_vote_count
The number of votes cast for this candidate.

Class sos.koa.HelpAdapter extends javax.swing.JFrame implements Serializable

Serialized Fields

area

javax.swing.JEditorPane area
The HTML text area of the help pane.

Class sos.koa.KOAException extends java.lang.Exception implements Serializable

Class sos.koa.MenuPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

state

int state
The state of the application.


restartButton

javax.swing.JButton restartButton
GUI stuff.


clearButton

javax.swing.JButton clearButton
GUI stuff.


importCandidatesButton

javax.swing.JButton importCandidatesButton
GUI stuff.


importVotesButton

javax.swing.JButton importVotesButton
GUI stuff.


importPrivateKeyButton

javax.swing.JButton importPrivateKeyButton
GUI stuff.


importPublicKeyButton

javax.swing.JButton importPublicKeyButton
GUI stuff.


decryptButton

javax.swing.JButton decryptButton
GUI stuff.


countButton

javax.swing.JButton countButton
GUI stuff.


reportButton

javax.swing.JButton reportButton
GUI stuff.


helpButton

javax.swing.JButton helpButton
GUI stuff.


exitButton

javax.swing.JButton exitButton
GUI stuff.


rawVotes

java.util.ArrayList rawVotes
The (raw, imported) votes.


voteSet

VoteSet voteSet
The counted votes.


candidates

CandidateList candidates
The candidates.


privateKey

java.security.PrivateKey privateKey
Private RSA key to decode the votes.


publicKey

java.security.PublicKey publicKey
Public key.


currentDir

java.io.File currentDir
The current directory used in file browser pop-ups.


helpAdapter

HelpAdapter helpAdapter
The help window.

Class sos.koa.VoteSet extends java.lang.Object implements Serializable

Serialized Fields

my_vote_has_been_initialized

boolean my_vote_has_been_initialized
A flag that indicates that the vote has been initialized and the only thing happening henceforth is counting then finalizing.


my_vote_has_been_finalized

boolean my_vote_has_been_finalized
A flag that indicates that the vote has been finalized and the only thing happening henceforth is requesting the total count.


my_candidate_list

CandidateList my_candidate_list
The list of all candidates in an election.


SOA
© 2004 SoS Group
All Rights Reserved