Home
last modified time | relevance | path

Searched refs:PrivateKey (Results 1 – 19 of 19) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DPublicKeyLoader.php17 use phpseclib3\Crypt\Common\PrivateKey; alias
70 * @return PrivateKey
77 if (!$key instanceof PrivateKey) {
107 if (!$key instanceof PrivateKey && !$key instanceof PublicKey) {
H A DDH.php29 use phpseclib3\Crypt\DH\PrivateKey; alias
252 * @return PrivateKey
269 $key = new PrivateKey();
280 * @param PrivateKey|EC $private
286 if ($private instanceof PrivateKey) { // DH\PrivateKey
303 if ($private instanceof EC\PrivateKey) {
389 new PrivateKey() :
H A DDSA.php34 use phpseclib3\Crypt\DSA\PrivateKey; alias
187 * @return PrivateKey
243 $private = new PrivateKey();
269 $new = new PrivateKey();
H A DEC.php42 use phpseclib3\Crypt\EC\PrivateKey; alias
141 * @return PrivateKey
209 $privatekey = new PrivateKey();
294 $privatekey = new PrivateKey();
374 new PrivateKey() :
H A DRSA.php58 use phpseclib3\Crypt\RSA\PrivateKey; alias
289 * @return PrivateKey
407 $privatekey = new PrivateKey();
437 new PrivateKey();
999 $key = $this instanceof PrivateKey ?
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DPrivateKey.php23 abstract class PrivateKey class
H A DPrivateKeyInfo.php33 'privateKey' => PrivateKey::MAP,
H A DOneAsymmetricKey.php35 'privateKey' => PrivateKey::MAP,
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DPrivateKey.php19 interface PrivateKey interface
H A DAsymmetricKey.php138 * @return PublicKey|PrivateKey
174 return $new instanceof PrivateKey ?
182 * @return PrivateKey
189 if (!$key instanceof PrivateKey) {
219 if (!$key instanceof PrivateKey && !$key instanceof PublicKey) {
253 return $new instanceof PrivateKey ?
261 * @return PrivateKey
269 if (!$key instanceof PrivateKey) {
301 if (!$key instanceof PrivateKey && !$key instanceof PublicKey) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/
H A DPrivateKey.php22 final class PrivateKey extends DH class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php25 final class PrivateKey extends DSA implements Common\PrivateKey class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php19 use phpseclib3\Crypt\Common\PrivateKey; alias
40 class Identity implements PrivateKey
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php33 final class PrivateKey extends EC implements Common\PrivateKey class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php18 use phpseclib3\Crypt\Common\PrivateKey; alias
199 … if (isset($context[$scheme]['privkey']) && $context[$scheme]['privkey'] instanceof PrivateKey) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php26 final class PrivateKey extends RSA implements Common\PrivateKey class
H A DPublicKey.php550 $new = new PrivateKey();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php28 use phpseclib3\Crypt\Common\PrivateKey; alias
158 * @var string|PrivateKey
2110 * @param PrivateKey $key
2112 public function setPrivateKey(PrivateKey $key)
2976 * @param PrivateKey $key
2980 private static function identifySignatureAlgorithm(PrivateKey $key)
3670 if ($key instanceof PrivateKey) { // If private.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php52 use phpseclib3\Crypt\Common\PrivateKey; alias
2266 * @param string|PrivateKey|array[]|Agent|null ...$args
2293 * @param string|PrivateKey|array[]|Agent|null ...$args
2311 case $arg instanceof PrivateKey:
2331 if ($arg instanceof PrivateKey || $arg instanceof Agent) {
2433 if ($password instanceof PrivateKey) {
2684 * @param PrivateKey $privatekey
2688 private function privatekey_login($username, PrivateKey $privatekey)