debian man page for rdf::crypt::verifier

Query: rdf::crypt::verifier

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

RDF::Crypt::Verifier(3pm)				User Contributed Perl Documentation				 RDF::Crypt::Verifier(3pm)

NAME
RDF::Crypt::Verifier - verifies signed RDF graphs
SYNOPSIS
use 5.010; use File::Slurp qw< slurp >; use RDF::Crypt::Verifier; use RDF::TrineX::Functions qw< parse >; my $verify = RDF::Crypt::Verifier->new_from_file( '/path/to/public-key.pem' ); my $graph = parse '/path/to/important.ttl'; my $signature = slurp '/path/to/important.ttl.sig'; say "graph is trusted" if $v->verify_model($graph, $signature);
DESCRIPTION
A Verifier object is created using an RSA public key. The object can be used to verify signatures for multiple RDF graphs. Roles o RDF::Crypt::Role::WithPublicKeys o RDF::Crypt::Role::DoesVerify o RDF::Crypt::Role::StandardSignatureMarkers o RDF::Crypt::Role::ToString
SEE ALSO
RDF::Crypt, RDF::Crypt::Signer.
BUGS
Please report any bugs to <http://rt.cpan.org/>.
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT
Copyright 2010, 2012 Toby Inkster This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.14.2 2012-06-25 RDF::Crypt::Verifier(3pm)
Related Man Pages
rdf::crypt::encrypter(3pm) - debian
rdf::crypt::manifestitem(3pm) - debian
rdf::crypt::role::doesverify(3pm) - debian
rdf::trine::parser::shorthandrdf(3pm) - debian
rdf::trinex::parser::rdfa(3pm) - debian
Similar Topics in the Unix Linux Community
morla 0.14 (Default branch)
morla 0.15 (Default branch)
Doapfiend 0.1.0 (Default branch)
Doapfiend 0.3.0 (Default branch)
Doapfiend 0.3.3 (Default branch)