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.