Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Emarref
Jwt
Algorithm
EcdSa
PHP Class Emarref\Jwt\Algorithm\EcdSa
Inheritance:
implements
Emarref\Jwt\Algorithm\AsymmetricInterface
Afficher le fichier
Open project: emarref/jwt
Méthodes publiques
Méthode
Description
__construct
( )
sign
(
string
$value
,
string
| resource
$privateKey
) :
string
verify
(
string
$value
,
string
$signature
,
string
| resource
$publicKey
) :
boolean
Method Details
__construct()
public
méthode
public
__construct
( )
sign()
public
méthode
public
sign
(
string
$value
,
string
| resource
$privateKey
) :
string
$value
string
$privateKey
string
| resource
Résultat
string
verify()
public
méthode
public
verify
(
string
$value
,
string
$signature
,
string
| resource
$publicKey
) :
boolean
$value
string
$signature
string
$publicKey
string
| resource
Résultat
boolean