Query: rdf::crypt::role::withpublickeys
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RDF::Crypt::Role::WithPublicKeys(3pm) User Contributed Perl Documentation RDF::Crypt::Role::WithPublicKeys(3pm)NAMERDF::Crypt::Role::WithPublicKeys - role for objects that have public keysDESCRIPTIONAttributes "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. Additional Constructor Methods "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. Object Method "webid_model" Calls "model" on "webid_san".SEE ALSORDF::Crypt, RDF::Crypt::Encrypter, 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::Role::WithPublicKeys(3pm)