The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RDF::Crypt::Role::DoesDecrypt - unscrambling methods

DESCRIPTION

Object Methods

decrypt_model($text, %opts)

Given a string that represents an encrypted RDF graph, decrypts and parses it. Any options are passed along to RDF::TrineX::Functions parse function.

Returns an RDF::Trine::Model.

decrypt_text($str)

Decrypts a literal string which may or may not have anything to do with RDF.

Required Methods

This role does not implement these methods, but requires classes to implement them instead:

decrypt_bytes($str)

Unscrambles an octet string.

SEE ALSO

RDF::Crypt, RDF::Crypt::Decrypter.

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.