Query: rdf::crypt::manifestitem
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RDF::Crypt::ManifestItem(3pm) User Contributed Perl Documentation RDF::Crypt::ManifestItem(3pm)NAMERDF::Crypt::ManifestItem - item in a manifestDESCRIPTIONThese objects are returned by "verify_manifest". Attributes "document" Read only; Str; required. The URI of the thing that was signed. "signer" Read only; RDF::Trine::Node; required. The URI/bnode of the agent that signed it. "signed_at" Read only; Str|Undef. Signature datetime as ISO 8601 string. "signature" Read only; Str; required. Base64-encoded RSA signature. "verification" true/false/undef (see "verify_model"). "manifest" Read only; RDF::Trine::Model; required; weak ref. The manifest this item was extracted from. "scheme" Read only; Str; required. A URI identifying the signature scheme.SEE ALSORDF::Crypt, RDF::Crypt::Verifier.BUGSPlease report any bugs to <http://rt.cpan.org/>.AUTHORToby Inkster <tobyink@cpan.org>.COPYRIGHTCopyright 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 WARRANTIESTHIS 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::ManifestItem(3pm)