Home
last modified time | relevance | path

Searched refs:Agent (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php16 namespace phpseclib3\System\SSH\Agent;
25 use phpseclib3\System\SSH\Agent; alias
277 Agent::SSH_AGENTC_SIGN_REQUEST,
291 if ($type != Agent::SSH_AGENT_SIGN_RESPONSE) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php41 use phpseclib3\System\SSH\Agent\Identity;
50 class Agent class
114 * @return Agent
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php74 use phpseclib3\System\SSH\Agent; alias
982 * @var Agent
2266 * @param string|PrivateKey|array[]|Agent|null ...$args
2293 * @param string|PrivateKey|array[]|Agent|null ...$args
2312 case $arg instanceof Agent:
2331 if ($arg instanceof PrivateKey || $arg instanceof Agent) {
2390 * @param string|AsymmetricKey|array[]|Agent|null ...$args
2437 if ($password instanceof Agent) {
2659 * @param Agent $agent
2662 private function ssh_agent_login($username, Agent $agent)