inescID.revs.util
Class Passwords
java.lang.Object
inescID.revs.util.Passwords
- All Implemented Interfaces:
- java.io.Serializable
- public class Passwords
- extends java.lang.Object
- implements java.io.Serializable
Title:
Description:
Copyright: Copyright (c) 2002
Company Inesc-ID
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id_voter
private int id_voter
passwords
private byte[][] passwords
Passwords
public Passwords()
Passwords
public Passwords(int Id_Voter,
byte[][] Passwords)
SetIdVoter
public void SetIdVoter(int Id_Voter)
GetIdVoter
public int GetIdVoter()
SetPasswords
public void SetPasswords(byte[][] Passwords)
GetPasswords
public byte[][] GetPasswords()