Mail::DKIM::Algorithm::rsa_sha256
Mail::DKIM::AlgorithmUseraContributed PerMail::DKIM::Algorithm::rsa_sha256(3)
NAME
Mail::DKIM::Algorithm::rsa_sha256 - implements the rsa-sha256 signing
algorithm for DKIM
CONSTRUCTOR
new() - create an object for the DKIM signing algorithm "rsa-sha256"
my $algorithm = new Mail::DKIM::Algorithm::rsa_sha256(
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-10Mail::DKIM::Algorithm::rsa_sha256(3)