Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Emarref
Jwt
Algorithm
RsaSsaPss
PHP Class Emarref\Jwt\Algorithm\RsaSsaPss
Inheritance:
implements
Emarref\Jwt\Algorithm\AsymmetricInterface
Datei anzeigen
Open project: emarref/jwt
Public Methods
Method
Description
__construct
( )
sign
(
string
$value
,
string
| resource
$privateKey
) :
string
verify
(
string
$value
,
string
$signature
,
string
| resource
$publicKey
) :
boolean
Method Details
__construct()
public
method
public
__construct
( )
sign()
public
method
public
sign
(
string
$value
,
string
| resource
$privateKey
) :
string
$value
string
$privateKey
string
| resource
return
string
verify()
public
method
public
verify
(
string
$value
,
string
$signature
,
string
| resource
$publicKey
) :
boolean
$value
string
$signature
string
$publicKey
string
| resource
return
boolean