Package g4ds :: Module securitymanager :: Class PersonalCredential
[show private | hide private]
[frames | no frames]

Class PersonalCredential


Maintains all information for one personal credential.
Method Summary
  __init__(self, id, name, algorithmid, privateKey, publicKey, username, init)
Initalises the Personal Credential and assigns the parameters to the local variables.
  __str__(self)
Some basic information about the object
  getAlgorithmId(self)
GETTER
  getId(self)
GETTER
  getName(self)
GETTER
  getPrivateKey(self)
GETTER
  getPublicKey(self)
GETTER
  getUsername(self)
GETTER

Method Details

__init__(self, id=None, name=None, algorithmid=None, privateKey=None, publicKey=None, username=None, init=0)
(Constructor)

Initalises the Personal Credential and assigns the parameters to the local variables.
Parameters:
id - Unique id for the personal credential
           (type=String)
name - Name for the personal credential
           (type=String)
algorithmid - ID of the algorithm, this credential is valid for and was created for
           (type=String)
privateKey - String represenation of the Private Key
           (type=String)
publicKey - String representation of the Public Key
           (type=String)
username - User name to be used
           (type=String)
init - Indidates, whether this instance is created during initialises process (of the container).
           (type=Boolean)

__str__(self)
(Informal representation operator)

Some basic information about the object

getAlgorithmId(self)

GETTER

getId(self)

GETTER

getName(self)

GETTER

getPrivateKey(self)

GETTER

getPublicKey(self)

GETTER

getUsername(self)

GETTER

Generated by Epydoc 2.0 on Sat Oct 22 22:52:46 2005 http://epydoc.sf.net