NAME
Net::Domain::SMD::RL - SMD Revokation List
INHERITANCE
Net::Domain::SMD::RL
is a Exporter
SYNOPSIS
my $crl = Net::Domain::SMD::RL->fromFile($fn, %options);
my $crl = Net::Domain::SMD::RL->fromURI($uri, %options);
if($rl->isRevoked($smd)) ...
if($rl->isRevoked($smd)) ...
my $tmch = Net::Domain::TMCH->new
( ...
, smd_revocations => ...
);
my @rl = $tmch->smdRevocations;
DESCRIPTION
Draft RFC http://tools.ietf.org/html/draft-lozano-tmch-func-07 specifies a way for TLD (domain registries) to exchange mark rights (brand registrations). This module manages the files which list revocation of SMD files.
METHODS
Constructors
- $obj->fromFile(FILENAME, OPTIONS)
-
Read a RL from file, for instance a cached or test RL. The OPTIONS are passed to new().
- $obj->fromURI(URI, OPTIONS)
-
Create a new RL object from an URI, which is collected dynamically. The OPTIONS are passed to new().
- Net::Domain::SMD::RL->new(OPTIONS)
-
-Option --Default revoked [] source <required>
Attributes
Actions
SEE ALSO
This module is part of Net-Domain-TMCH distribution version 0.11, built on October 11, 2013. Website: http://perl.overmeer.net/xml-compile/
Other distributions in this suite: XML::Compile, XML::Compile::SOAP, XML::Compile::SOAP12, XML::Compile::SOAP::Daemon, XML::Compile::SOAP::WSA, XML::Compile::C14N, XML::Compile::WSS, XML::Compile::WSS::Signature, XML::Compile::Tester, XML::Compile::Cache, XML::Compile::Dumper, XML::Compile::RPC, XML::Rewrite and XML::LibXML::Simple.
Please post questions or ideas to the mailinglist at http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile . For live contact with other developers, visit the #xml-compile
channel on irc.perl.org
.
LICENSE
Copyrights 2013 by [Mark Overmeer]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html