Overview

Namespaces

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

Classes

  • ArrayStorage
  • Basic
  • FileStorage
  • KeyAbstract

Interfaces

  • StorageInterface
  • Overview
  • Namespace
  • Class
  • Tree

Class Basic

Xmf\Key\StorageInterface

load a database table

Xmf\Key\KeyAbstract
Extended by Xmf\Key\Basic
Namespace: Xmf\Key
Package: Xmf
Category: Xmf\Key\Basic
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/Key/Basic.php
Methods summary
public string
# getSigning( )

get key for use in signing

get key for use in signing

Returns

string
verifying key, false on error
public string
# getVerifying( )

get key for use in verifying

get key for use in verifying

Returns

string
verifying key, false on error
public boolean
# create( )

create the key and store it for use

create the key and store it for use

Returns

boolean
true if key was created and stored, otherwise false
public boolean
# kill( )

delete the key

delete the key

Returns

boolean
true if key was deleted, otherwise false
Methods inherited from Xmf\Key\KeyAbstract
__construct()
Properties inherited from Xmf\Key\KeyAbstract
$name, $storage
API documentation generated by ApiGen