Ubuntu Manpages

RDF::Crypt::Role::WithPublicKeys

role for objects that have public keys

"public_keys"
Read only; ArrayRef[Crypt::OpenSSL::RSA]; lazy build.
"webid"
Read only; Str.
"webid_san"
Read only; Web::ID::SAN::URI|Undef; lazy build.

"new_from_file($file)"
Given a filename containing a DER or PEM encoded RSA public key, constructs an object.
"new_from_string($str)"
Given a string containing a DER or PEM encoded RSA public key, constructs an object.
"new_from_pubkey($key)"
Given a Crypt::OpenSSL::RSA public key object, constructs an object.
"new_from_webid($uri)"
Given a WebID URI with one of more FOAF+SSL public keys, constructs an object. If multiple public keys are associated with the same WebID, then the one with the largest key size (most secure) is typically used.

"webid_model"
Calls "model" on "webid_san".

RDF::Crypt, RDF::Crypt::Encrypter, RDF::Crypt::Verifier.

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

Toby Inkster <tobyink@cpan.org>.

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.

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.