XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe KeyAbstract
+ Graphe d'héritage de KeyAbstract:

Fonctions membres publiques

 __construct (StorageInterface $storage, $name)
 
 getSigning ()
 
 getVerifying ()
 
 create ()
 
 kill ()
 

Attributs protégés

 $storage
 
 $name
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( StorageInterface  $storage,
  $name 
)

KeyAbstract constructor.

Paramètres
StorageInterface$storagekey store
string$namecase insensitive key name, allow only A-Z, 0-9, _ and -

Documentation des fonctions membres

◆ create()

create ( )
abstract

create the key and store it for use

Renvoie
boolean true if key was created and stored, otherwise false

Réimplémentée dans Basic.

◆ getSigning()

getSigning ( )
abstract

get key for use in signing

Renvoie
string signing key

Réimplémentée dans Basic.

◆ getVerifying()

getVerifying ( )
abstract

get key for use in verifying

Renvoie
string verifying key

Réimplémentée dans Basic.

◆ kill()

kill ( )
abstract

delete the key

Renvoie
boolean true if key was deleted, otherwise false

Réimplémentée dans Basic.

Documentation des champs

◆ $name

$name
protected

◆ $storage

$storage
protected

La documentation de cette classe a été générée à partir du fichier suivant :