Home
last modified time | relevance | path

Searched refs:toString (Results 1 – 25 of 32) sorted by relevance

12

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DPublicKey.php23 public function toString($type, array $options = []); function
H A DPrivateKey.php24 public function toString($type, array $options = []); function
H A DAsymmetricKey.php99 abstract public function toString($type, array $options = []); function in phpseclib3\\Crypt\\Common\\AsymmetricKey
459 return $this->toString('PKCS8');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DParameters.php30 public function toString($type = 'PKCS1', array $options = []) function in phpseclib3\\Crypt\\EC\\Parameters
H A DPublicKey.php63 … return sodium_crypto_sign_verify_detached($signature, $message, $this->toString('libsodium'));
123 …$result = openssl_verify($message, $sig, $this->toString('PKCS8', ['namedCurve' => false]), $this-…
166 public function toString($type, array $options = []) function in phpseclib3\\Crypt\\EC\\PublicKey
H A DPrivateKey.php109 … $result = sodium_crypto_sign_detached($message, $this->withPassword()->toString('libsodium'));
153 …$result = openssl_sign($message, $signature, $this->withPassword()->toString('PKCS8', ['namedCurve…
221 public function toString($type, array $options = []) function in phpseclib3\\Crypt\\EC\\PrivateKey
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/
H A DParameters.php30 public function toString($type = 'PKCS1', array $options = []) function in phpseclib3\\Crypt\\DH\\Parameters
H A DPublicKey.php33 public function toString($type, array $options = []) function in phpseclib3\\Crypt\\DH\\PublicKey
H A DPrivateKey.php65 public function toString($type, array $options = []) function in phpseclib3\\Crypt\\DH\\PrivateKey
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DParameters.php30 public function toString($type = 'PKCS1', array $options = []) function in phpseclib3\\Crypt\\DSA\\Parameters
H A DPublicKey.php48 … $result = openssl_verify($message, $sig, $this->toString('PKCS8'), $this->hash->getHash());
80 public function toString($type, array $options = []) function in phpseclib3\\Crypt\\DSA\\PublicKey
H A DPrivateKey.php84 … $result = openssl_sign($message, $signature, $this->toString('PKCS8'), $this->hash->getHash());
142 public function toString($type, array $options = []) function in phpseclib3\\Crypt\\DSA\\PrivateKey
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
H A DFingerprint.php42 $key = $this->toString('OpenSSH', ['binary' => true]);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php236 $modulo = [(int) $params['m']->toString()];
239 $modulo[] = (int) $params['parameters']->toString();
244 $modulo[] = (int) $temp['k3']->toString();
245 $modulo[] = (int) $temp['k2']->toString();
246 $modulo[] = (int) $temp['k1']->toString();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php365 $iterationCount = (int) $iterationCount->toString();
402 $effectiveKeyLength = (int) $rc2ParametersVersion->toString();
436 (int) $iterationCount->toString()
439 $params[] = (int) $keyLength->toString();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPSS.php144 $result['saltLength'] = (int) $params['saltLength']->toString();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php311 public function toString($type, array $options = []) function in phpseclib3\\System\\SSH\\Agent\\Identity
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php187 public function toString() function in phpseclib3\\Math\\BigInteger
189 return $this->value->toString();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php287 $params = $this->getParameters()->toString('PKCS8', ['namedCurve' => true]);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php376 $d_i[$i] = (int) $bigInteger->toString();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php475 public function toString($type, array $options = []) function in phpseclib3\\Crypt\\RSA\\PublicKey
H A DPrivateKey.php476 public function toString($type, array $options = []) function in phpseclib3\\Crypt\\RSA\\PrivateKey
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php122 public function toString() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php106 public function toString() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
/dokuwiki/lib/scripts/
H A Dfileuploader.js210 : (Object.prototype.toString.call(nextObj) === '[object Function]')
221 …} else if ((Object.prototype.toString.call(obj) === '[object Array]') && (typeof obj != 'undefined…

12