This class is used to store the results of the Crypt_GPG::getKeys() method. User id objects are members of a Crypt_GPG_Key object.
string getComment( )
string getEmail( )
string getName( )
boolean isRevoked( )
boolean isValid( )
Crypt_GPG_UserId parse( string $string)
A user id string is of the form: name (comment) <email-address> with the comment and email-address being optional.
name (comment) <email-address>
void setComment( string $comment)
void setEmail( string $email)
void setName( string $name)
void setRevoked( boolean $isRevoked)
void setValid( boolean $isValid)
string __toString( )
The string is formatted as: 'name (comment) <email>'.