Jose\Object\JWKInterface::thumbprint PHP Method

thumbprint() public method

Returns the thumbprint of the key.
See also: https://tools.ietf.org/html/rfc7638
public thumbprint ( string $hash_algorithm ) : string
$hash_algorithm string
return string
    public function thumbprint($hash_algorithm);