Emarref\Jwt\Verification\Context::setEncryption PHP Method

setEncryption() public method

public setEncryption ( Emarref\Jwt\Encryption\EncryptionInterface $encryption )
$encryption Emarref\Jwt\Encryption\EncryptionInterface
    public function setEncryption($encryption)
    {
        $this->encryption = $encryption;
        return $this;
    }