Emarref\Jwt\Encryption\AsymmetricTest::testPrivateKey PHP Method

testPrivateKey() public method

public testPrivateKey ( )
    public function testPrivateKey()
    {
        $key = 'thisismykey';
        $this->encryption->setPrivateKey('thisismykey');
        $this->assertSame($key, $this->encryption->getPrivateKey());
    }