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
Encryption
EncryptionInterface
PHP Interface Emarref\Jwt\Encryption\EncryptionInterface
Afficher le fichier
Open project: emarref/jwt
Interface Usage Examples
Méthodes publiques
Méthode
Description
encrypt
(
string
$value
) :
string
getAlgorithmName
( ) :
string
verify
(
string
$value
,
string
$signature
) :
boolean
Method Details
encrypt()
public
méthode
public
encrypt
(
string
$value
) :
string
$value
string
Résultat
string
getAlgorithmName()
public
méthode
public
getAlgorithmName
( ) :
string
Résultat
string
verify()
public
méthode
public
verify
(
string
$value
,
string
$signature
) :
boolean
$value
string
$signature
string
Résultat
boolean