Jose\Object\StorableJWK::createObjectFromFileContent PHP Method

createObjectFromFileContent() protected method

protected createObjectFromFileContent ( array $file_content ) : JsonSerializable
$file_content array
return JsonSerializable
    protected function createObjectFromFileContent(array $file_content)
    {
        return new JWK($file_content);
    }