This class is used to store the results of the Crypt_GPG::verify() method.
Crypt_GPG_Signature __construct( [Crypt_GPG_Signature|array $signature = null])
Signatures can be initialized from an array of named values. Available names are:
integer getCreationDate( )
integer getExpirationDate( )
string getId( )
string getKeyFingerprint( )
Crypt_GPG_UserId getUserId( )
boolean isValid( )
void setCreationDate( integer $creationDate)
void setExpirationDate( integer $expirationDate)
void setId( string $id)
void setKeyFingerprint( string $fingerprint)
void setUserId( Crypt_GPG_UserId $userId)
void setValid( boolean $isValid)