Jose\Object\StorableJWK::createObjectFromFileContent PHP 메소드

createObjectFromFileContent() 보호된 메소드

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