Jose\Object\StorableJWK::createObjectFromFileContent PHP Méthode

createObjectFromFileContent() protected méthode

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