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
69 * @return PrivateKey
76 if (!$key instanceof PrivateKey) {
106 if (!$key instanceof PrivateKey && !$key instanceof PublicKey) {
H A DDH.php29 use phpseclib3\Crypt\DH\PrivateKey; alias
246 * @return PrivateKey
263 $key = new PrivateKey();
274 * @param PrivateKey|EC $private
280 if ($private instanceof PrivateKey) { // DH\PrivateKey
297 if ($private instanceof EC\PrivateKey) {
353 new PrivateKey() :
H A DDSA.php34 use phpseclib3\Crypt\DSA\PrivateKey; alias
182 * @return PrivateKey
207 $private = new PrivateKey();
237 $new = new PrivateKey();
H A DEC.php40 use phpseclib3\Crypt\EC\PrivateKey; alias
137 * @return PrivateKey
165 $privatekey = new PrivateKey();
234 new PrivateKey() :
H A DRSA.php58 use phpseclib3\Crypt\RSA\PrivateKey; alias
300 * @return PrivateKey
413 $privatekey = new PrivateKey();
443 new 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.php133 * @return PublicKey|PrivateKey
169 return $new instanceof PrivateKey ?
177 * @return PrivateKey
184 if (!$key instanceof PrivateKey) {
214 if (!$key instanceof PrivateKey && !$key instanceof PublicKey) {
248 return $new instanceof PrivateKey ?
256 * @return PrivateKey
264 if (!$key instanceof PrivateKey) {
296 if (!$key instanceof PrivateKey && !$key instanceof PublicKey) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php24 final class PrivateKey extends DSA implements Common\PrivateKey class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/
H A DPrivateKey.php22 final class PrivateKey extends DH 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.php32 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
191 … 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.php501 $new = new PrivateKey();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php28 use phpseclib3\Crypt\Common\PrivateKey; alias
158 * @var string|PrivateKey
2104 * @param PrivateKey $key
2106 public function setPrivateKey(PrivateKey $key)
2970 * @param PrivateKey $key
2974 private static function identifySignatureAlgorithm(PrivateKey $key)
3664 if ($key instanceof PrivateKey) { // If private.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php52 use phpseclib3\Crypt\Common\PrivateKey; alias
2261 * @param string|PrivateKey|array[]|Agent|null ...$args
2288 * @param string|PrivateKey|array[]|Agent|null ...$args
2306 case $arg instanceof PrivateKey:
2326 if ($arg instanceof PrivateKey || $arg instanceof Agent) {
2428 if ($password instanceof PrivateKey) {
2679 * @param PrivateKey $privatekey
2683 private function privatekey_login($username, PrivateKey $privatekey)