YAPET::PasswordRecord Struct Reference

Structure of the password record. More...

#include <structs.h>

List of all members.

Public Attributes

uint8_t comment [COMMENT_SIZE]
 A comment.
uint8_t host [HOST_SIZE]
 The host for which the password is used.
uint8_t name [NAME_SIZE]
 Name of the record.
uint8_t password [PASSWORD_SIZE]
 The password.
uint8_t username [USERNAME_SIZE]
 The user name.


Detailed Description

The structure of a password records.

Definition at line 104 of file structs.h.


Member Data Documentation

uint8_t YAPET::PasswordRecord::comment[COMMENT_SIZE]

An additional comment.

Definition at line 136 of file structs.h.

Referenced by PasswordRecord::run().

uint8_t YAPET::PasswordRecord::host[HOST_SIZE]

Holds the host name for which the password is used.

Definition at line 118 of file structs.h.

Referenced by PasswordRecord::run().

uint8_t YAPET::PasswordRecord::name[NAME_SIZE]

Name of the password records. PartDec decrypts the record to get this field. It is used to give the user an idea about the content of the record.

Definition at line 112 of file structs.h.

Referenced by PasswordRecord::run(), and YAPET::PartDec::setRecord().

uint8_t YAPET::PasswordRecord::password[PASSWORD_SIZE]

The password.

Definition at line 130 of file structs.h.

Referenced by PasswordRecord::run().

uint8_t YAPET::PasswordRecord::username[USERNAME_SIZE]

The user name for the password.

Definition at line 124 of file structs.h.

Referenced by PasswordRecord::run().


The documentation for this struct was generated from the following file:

Generated on Mon Apr 13 17:29:48 2009 for YAPET by  doxygen 1.5.8