◆ __construct()
KeyAbstract constructor.
- Parameters
-
StorageInterface | $storage | key store |
string | $name | case insensitive key name, allow only A-Z, 0-9, _ and - |
◆ create()
create the key and store it for use
- Returns
- boolean true if key was created and stored, otherwise false
Reimplemented in Basic.
◆ getSigning()
get key for use in signing
- Returns
- string signing key
Reimplemented in Basic.
◆ getVerifying()
get key for use in verifying
- Returns
- string verifying key
Reimplemented in Basic.
◆ kill()
delete the key
- Returns
- boolean true if key was deleted, otherwise false
Reimplemented in Basic.
◆ $name
◆ $storage
The documentation for this class was generated from the following file:
- C:/xoops2511b2/htdocs/class/libraries/vendor/xoops/xmf/src/Key/KeyAbstract.php