DUPUIS Arnaud > slackget10-0.10 > slackget10::GPG::Signature

Download:
slackget10-0.10.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.1   Source   Latest Release: slackget10-0.12c

NOM ^

slackget10::GPG::Signature - A simple class to represent an output of gpg signature verification.

VERSION ^

Version 0.1

SYNOPSIS ^

A simple class to represent an output of gpg signature verification.

    use slackget10::GPG::Signature;

    my $slackget10_gpg_signature_object = slackget10::GPG::Signature->new();

CONSTRUCTOR ^

new() : The constructor take the followings arguments :

        - key_id : the id of the key which have been use to sign the file

        - warnings : an array reference which contains all 

        - status : GOOD, BAD or UNKNOW the status of the verification

        - date : date the signature was made

        - emitter : the signature emitter.

        - fingerprint : the primary key fingerprint.

METHODS ^

is_good

True if the signature is good, false otherwise.

ACCESSORS ^

key_id

Accessor for the key_id constructor's parameter. Return a scalar.

warnings

Accessor for the warnings constructor's parameter. Return a hashref.

status

Accessor for the status constructor's parameter. Return a scalar.

date

Accessor for the date constructor's parameter. Return a scalar.

emitter

Accessor for the emitter constructor's parameter. Return a scalar.

fingerprint

Accessor for the fingerprint constructor's parameter. Return a scalar.

AUTHOR ^

DUPUIS Arnaud, <a.dupuis@infinityperl.org>

BUGS ^

Please report any bugs or feature requests to bug-slackget10-networking@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=slackget10. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

ACKNOWLEDGEMENTS ^

COPYRIGHT & LICENSE ^

Copyright 2005 DUPUIS Arnaud, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.