RDF::Crypt::ManifestItem(3) item in a manifest

DESCRIPTION

These 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.

BUGS

Please report any bugs to <http://rt.cpan.org/>.

AUTHOR

Toby Inkster <[email protected]>.

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.