inescID.revs.util
Class TransferAdministrator

java.lang.Object
  extended byinescID.revs.util.TransferAdministrator
All Implemented Interfaces:
java.io.Serializable

public class TransferAdministrator
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  ConfigurationDates configuration
           
(package private)  java.util.Vector elections
           
(package private)  MixCipherEnvelope passwords
           
(package private)  MixCipherEnvelope signing_keys
           
(package private)  java.util.Vector voters_groups
           
 
Constructor Summary
TransferAdministrator(java.util.Vector elections, java.util.Vector groups, ConfigurationDates configuration, MixCipherEnvelope passwords, MixCipherEnvelope keys)
           
 
Method Summary
 ConfigurationDates getConfiguration()
           
 java.util.Vector getElections()
           
 MixCipherEnvelope getPasswords()
           
 MixCipherEnvelope getSigningKeys()
           
 java.util.Vector getVotersGroups()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elections

java.util.Vector elections

voters_groups

java.util.Vector voters_groups

configuration

ConfigurationDates configuration

passwords

MixCipherEnvelope passwords

signing_keys

MixCipherEnvelope signing_keys
Constructor Detail

TransferAdministrator

public TransferAdministrator(java.util.Vector elections,
                             java.util.Vector groups,
                             ConfigurationDates configuration,
                             MixCipherEnvelope passwords,
                             MixCipherEnvelope keys)
Method Detail

getPasswords

public MixCipherEnvelope getPasswords()

getVotersGroups

public java.util.Vector getVotersGroups()

getElections

public java.util.Vector getElections()

getSigningKeys

public MixCipherEnvelope getSigningKeys()

getConfiguration

public ConfigurationDates getConfiguration()