![]() |
![]()
| ![]() |
![]()
NAMEMail::OpenDKIM::PrivateKey - Load in a private key for use with the Mail::OpenDKIM package SYNOPSISuse Mail::OpenDKIM::PrivateKey; my $pk; eval { $pk = Mail::OpenDKIM::PrivateKey->load(File => 'mykeyfile')); } if(defined($pk)) { # Do something with $pk->data(); ... } DESCRIPTIONMail::OpenDKIM::PrivateKey provides a system to allow private keys to be loaded from a file for use when signing an email with Mail::OpenDKIM::Signer. It provides enough of a subset of the functionaility of Mail::DKIM::PrivateKey to allow use of the OpenDKIM library with Mail::OpenDKIM::Signer. SUBROUTINES/METHODSloaddataThis routine provides access to the key data. EXPORTThis module exports nothing. SEE ALSOMail::DKIM::PrivateKey NOTESThis module does not yet implement all of the API of Mail::DKIM::PrivateKey AUTHORNigel Horne, "<nigel at mailermailer.com>" BUGSPlease report any bugs or feature requests to "bug-mail-opendkim at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Mail-OpenDKIM>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORTYou can find documentation for this module with the perldoc command. perldoc Mail::OpenDKIM::PrivateKey You can also look for information at:
SPONSORThis code has been developed under sponsorship of MailerMailer LLC, http://www.mailermailer.com/ COPYRIGHT AND LICENCEThis module is Copyright 2011 Khera Communications, Inc. It is licensed under the same terms as Perl itself.
|