Метод | Описание | |
---|---|---|
__construct ( Lcobucci\JWT\Signer\Ecdsa\EccAdapter $adapter, |
||
create ( ) : |
||
createHash ( string $payload, Lcobucci\JWT\Signer\Key $key ) : string | ||
doVerify ( string $expected, string $payload, Lcobucci\JWT\Signer\Key $key ) : boolean | ||
getAlgorithm ( ) : string | Returns the name of algorithm to be used to create the signing hash |
public __construct ( Lcobucci\JWT\Signer\Ecdsa\EccAdapter $adapter, |
||
$adapter | Lcobucci\JWT\Signer\Ecdsa\EccAdapter | |
$keyParser |
public createHash ( string $payload, Lcobucci\JWT\Signer\Key $key ) : string | ||
$payload | string | |
$key | Lcobucci\JWT\Signer\Key | |
Результат | string |
abstract public getAlgorithm ( ) : string | ||
Результат | string |