Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Crypt::DSA::Signature

Name Crypt::DSA::Signature
Version 1.17
Located at /usr/share/perl5
File /usr/share/perl5/Crypt/DSA/Signature.pm
Is Core No
Search CPAN for this module Crypt::DSA::Signature
Documentation Crypt::DSA::Signature
Module Details Crypt::DSA::Signature

NAME

Crypt::DSA::Signature - DSA signature object


SYNOPSIS

    use Crypt::DSA::Signature;
    my $sig = Crypt::DSA::Signature->new;
    $sig->r($r);
    $sig->s($s);


DESCRIPTION

Crypt::DSA::Signature represents a DSA signature. It has 2 methods, r and s, which are the big number representations of the 2 pieces of the DSA signature.


USAGE

Crypt::DSA::Signature->new( %options )

Creates a new signature object, and optionally initializes it with the information in %options, which can contain:

$sig->serialize

Serializes the signature object $sig into the format described above: an ASN.1-encoded representation of the signature, using the ASN.1 syntax above.


AUTHOR & COPYRIGHTS

Please see the Crypt::DSA manpage for author, copyright, and license information.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026