Mail::DKIM::Algorithm::rsa_sha1
Mail::DKIM::AlgorithmUseraContributed Perl Mail::DKIM::Algorithm::rsa_sha1(3)
NAME
Mail::DKIM::Algorithm::rsa_sha1 - implements the rsa-sha1 signing
algorithm for DKIM
CONSTRUCTOR
new() - create an object for the DKIM signing algorithm "rsa-sha1"
my $algorithm = new Mail::DKIM::Algorithm::rsa_sha1(
Signature => $dkim_signature
);
METHODS
See Mail::DKIM::Algorithm::Base for the full list of methods supported
by this algorithm class.
perl v5.8.8 2006-10-2Mail::DKIM::Algorithm::rsa_sha1(3)