Emarref\Jwt\Encryption\Asymmetric::__construct PHP Méthode

__construct() public méthode

public __construct ( Emarref\Jwt\Algorithm\AsymmetricInterface $algorithm )
$algorithm Emarref\Jwt\Algorithm\AsymmetricInterface
    public function __construct(Algorithm\AsymmetricInterface $algorithm)
    {
        parent::__construct($algorithm);
    }