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;
31 * Instantiation should only be performed by \phpseclib3\System\SSH\Agent class.
107 * Called by \phpseclib3\System\SSH\Agent::requestIdentities()
127 * Called by \phpseclib3\System\SSH\Agent::requestIdentities(). The key blob could be extracted from $this->key
271 Agent::SSH_AGENTC_SIGN_REQUEST,
285 if ($type != Agent::SSH_AGENT_SIGN_RESPONSE) {
18 use phpseclib\System\SSH\Agent; global() alias
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php15 * $agent = new \phpseclib3\System\SSH\Agent();
40 use phpseclib3\System\SSH\Agent\Identity;
45 * requestIdentities() method pumps out \phpseclib3\System\SSH\Agent\Identity objects
49 class Agent
64 // Agent forwarding status
86 * Agent forwarding status
113 * @return \phpseclib3\System\SSH\Agent
153 * Returns an array containing zero or more \phpseclib3\System\SSH\Agent\Identity objects
238 * open to give the SSH Agent an opportunity
251 * Forward data to SSH Agent an
48 class Agent global() class
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php72 use phpseclib3\System\SSH\Agent;
963 * A System_SSH_Agent for use in the SSH2 Agent Forwarding scenario
965 * @var Agent
2210 * The $password parameter can be a plaintext password, a \phpseclib3\Crypt\RSA|EC|DSA object, a \phpseclib3\System\SSH\Agent object or an array
2213 * @param string|PrivateKey|array[]|Agent|null ...$args
2240 * @param string|PrivateKey|array[]|Agent|null ...$args
2259 case $arg instanceof Agent:
2264 throw new \UnexpectedValueException('$password needs to either be an instance of \phpseclib3\Crypt\Common\PrivateKey, \System\SSH\Agent, an array or a string');
2278 if ($arg instanceof PrivateKey || $arg instanceof Agent) {
2336 * @param string|AsymmetricKey|array[]|Agent|nul
62 use phpseclib\System\SSH\Agent; global() alias
[all...]