Emarref\Jwt\Encryption\Asymmetric::__construct PHP 메소드

__construct() 공개 메소드

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