logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Web::ID::SAN - represents a single name from a certificate's subjectAltName field

Author

       Toby Inkster <tobyink@cpan.org>.

Bugs

       Please report any bugs to <http://rt.cpan.org/Dist/Display.html?Queue=Web-ID>.

Description

Constructor
       "new"
           Standard Moose-style constructor.

   Attributes
       "type"
           Something like 'uniformResourceIdentifier' or 'rfc822Name'. A string.

       "value"
           The name itself. A string.

       "model"
           An RDF::Trine::Model representing data about the subject identified by this name.

           To be useful, the "model" needs to be buildable automatically given "type" and "value".

       "key_factory"
           This is similar to the "san_factory" found in Web::ID::Certificate.  It's a coderef used to construct
           Web::ID::RSAKey objects.

   Methods
       "uri_object"
           Forces  the  name  to  take  the form of a URI identifying the subject. It's not always an especially
           interesting URI.

       "to_string"
           A printable form of the name. Not always very pretty.

       "associated_keys"
           Finds RSA keys associated with this name in "model", and returns them as a  list  of  Web::ID::RSAKey
           objects.

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.

perl v5.32.1                                       2021-09-11                                  Web::ID::SAN(3pm)

Name

       Web::ID::SAN - represents a single name from a certificate's subjectAltName field

See Also

       Web::ID, Web::ID::Certificate, Web::ID::SAN::Email, Web::ID::SAN::URI.

See Also