Overview

Namespaces

  • Composer
    • Autoload
  • Geekwright
    • RegDom
  • League
    • OAuth2
      • Client
        • Provider
  • None
  • Xmf
    • Database
    • Jwt
    • Key
    • Module
      • Helper

Classes

  • JsonWebToken
  • KeyFactory
  • TokenFactory
  • TokenReader
  • Overview
  • Namespace
  • Class
  • Tree

Class KeyFactory

Build a key to be used for JSON Web Token processing

Namespace: Xmf\Jwt
Package: Xmf
Category: Xmf\Jwt\KeyFactory
Copyright: 2016 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Link: http://xoops.org
Located at lass/libraries/vendor/xoops/xmf/src/Xmf/Jwt/KeyFactory.php
Methods summary
public static Xmf\Key\Basic
# build( string $keyName )

Create a Key object for JWT use based on default choices. If the key has not been established, create it.

Create a Key object for JWT use based on default choices. If the key has not been established, create it.

Parameters

$keyName
name of the key

Returns

Xmf\Key\Basic
API documentation generated by ApiGen