PHP Class pharext\Task\PharSign

Inheritance: implements pharext\Task
Show file Open project: m6w6/pharext Class Usage Examples

Public Methods

Method Description
__construct ( mixed $phar, string $pkey, string $pass )
run ( boolean $verbose = false ) : PrivateKey

Method Details

__construct() public method

public __construct ( mixed $phar, string $pkey, string $pass )
$phar mixed phar instance or path to phar
$pkey string path to private key
$pass string password for the private key

run() public method

public run ( boolean $verbose = false ) : PrivateKey
$verbose boolean
return pharext\Openssl\PrivateKey