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

testPublicKey() public method

public testPublicKey ( )
    public function testPublicKey()
    {
        $key = 'thisismykey';
        $this->encryption->setPublicKey('thisismykey');
        $this->assertSame($key, $this->encryption->getPublicKey());
    }