Crypt::DSA::Signature - DSA signature object
use Crypt::DSA::Signature; my $sig = Crypt::DSA::Signature->new;
$sig->r($r); $sig->s($s);
Please see the Crypt::DSA manpage for author, copyright, and license information.