| Home | Trees | Index | Help |
|
|---|
| Package g4ds :: Module securitymanager :: Class PersonalCredential |
|
| Method Summary | |
|---|---|
Initalises the Personal Credential and assigns the parameters to the local variables. | |
Some basic information about the object | |
GETTER | |
GETTER | |
GETTER | |
GETTER | |
GETTER | |
GETTER | |
| Instance Variable Summary | |
|---|---|
String |
_algorithmid: ID of the algorithm, this credential is valid for and was created
for |
String |
_id: Unique id for the personal credential |
String |
_name: Name for the personal credential |
String |
_privateKey: String represenation of the Private Key |
String |
_publicKey: String representation of the Public Key |
String |
_username: User name to be used |
| Method Details |
|---|
__init__(self,
id=None,
name=None,
algorithmid=None,
privateKey=None,
publicKey=None,
username=None,
init=0)
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 |
| Instance Variable Details |
|---|
_algorithmidID of the algorithm, this credential is valid for and was created for
|
_idUnique id for the personal credential
|
_nameName for the personal credential
|
_privateKeyString represenation of the Private Key
|
_publicKeyString representation of the Public Key
|
_usernameUser name to be used
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Oct 22 22:52:46 2005 | http://epydoc.sf.net |