Emarref\Jwt\Signature\Jws::__construct PHP Method

__construct() public method

public __construct ( Emarref\Jwt\Encryption\EncryptionInterface $encryption, Emarref\Jwt\Encoding\EncoderInterface $encoder )
$encryption Emarref\Jwt\Encryption\EncryptionInterface
$encoder Emarref\Jwt\Encoding\EncoderInterface
    public function __construct(EncryptionInterface $encryption, EncoderInterface $encoder)
    {
        $this->encryption = $encryption;
        $this->encoder = $encoder;
    }