Query: rdf::crypt::decrypter
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RDF::Crypt::Decrypter(3pm) User Contributed Perl Documentation RDF::Crypt::Decrypter(3pm)NAMERDF::Crypt::Decrypter - decrypts encrypted RDF graphsSYNOPSISuse 5.010; use File::Slurp qw< slurp >; use RDF::Crypt::Decrypter; my $dec = RDF::Crypt::Decrypter->new_from_file( '/path/to/private-key.pem' ); my $scrambled = slurp '/path/to/secret.rdf-crypt'; my $graph = $dec->decrypt_model($scrambled);DESCRIPTIONA Decrypter object is created using an RSA private key. RDF::Crypt::Decrypter can also also be used to encrypt graphs for yourself, using just your private key. Roles o RDF::Crypt::Role::WithPublicKeys o RDF::Crypt::Role::DoesDecrypt o RDF::Crypt::Role::DoesEncrypt o RDF::Crypt::Role::ToStringSEE ALSORDF::Crypt, RDF::Crypt::Encrypter.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::Decrypter(3pm)
Similar Topics in the Unix Linux Community |
---|
morla 0.15 (Default branch) |
Cypher 1.1.0 beta (Default branch) |
Doapfiend 0.3.0 (Default branch) |
Crypt command |
morla 0.16 (Default branch) |