Emarref\Jwt\Algorithm\Rs512Test::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->key = openssl_pkey_new();
        $this->algorithm = new Rs512();
    }