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.php100 abstract public function toString($type, array $options = []); function in phpseclib3\\Crypt\\Common\\AsymmetricKey
470 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.php76 … return sodium_crypto_sign_verify_detached($signature, $message, $this->toString('libsodium'));
100 … $result = openssl_verify($message, $signature, $this->toString('PKCS8'), 0) === 1;
177 …$result = openssl_verify($message, $sig, $this->toString('PKCS8', ['namedCurve' => false]), $this-…
228 public function toString($type, array $options = []) function in phpseclib3\\Crypt\\EC\\PublicKey
H A DPrivateKey.php140 … $result = sodium_crypto_sign_detached($message, $this->withPassword()->toString('libsodium'));
162 openssl_sign($message, $result, $this->withPassword()->toString('PKCS8'), 0);
222 …$result = openssl_sign($message, $signature, $this->withPassword()->toString('PKCS8', ['namedCurve…
297 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.php59 … $result = openssl_verify($message, $sig, $this->toString('PKCS8'), $this->hash->getHash());
94 public function toString($type, array $options = []) function in phpseclib3\\Crypt\\DSA\\PublicKey
H A DPrivateKey.php94 … $result = openssl_sign($message, $signature, $this->toString('PKCS8'), $this->hash->getHash());
159 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.php237 $modulo = [(int) $params['m']->toString()];
240 $modulo[] = (int) $params['parameters']->toString();
245 $modulo[] = (int) $temp['k3']->toString();
246 $modulo[] = (int) $temp['k2']->toString();
247 $modulo[] = (int) $temp['k1']->toString();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php367 $iterationCount = (int) $iterationCount->toString();
408 $effectiveKeyLength = (int) $rc2ParametersVersion->toString();
446 (int) $iterationCount->toString()
449 $params[] = (int) $keyLength->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/Crypt/
H A DRSA.php1000 $this->withPassword()->toString('PKCS8') :
1001 $this->toString('PKCS8');
1040 $key = $this->toString('PKCS8');
H A DEC.php427 $params = $this->getParameters()->toString('PKCS8', ['namedCurve' => true]);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php192 public function toString() function in phpseclib3\\Math\\BigInteger
194 return $this->value->toString();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php398 $d_i[$i] = (int) $bigInteger->toString();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DGMP.php106 public function toString() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DBCMath.php127 public function toString() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php524 public function toString($type, array $options = []) function in phpseclib3\\Crypt\\RSA\\PublicKey
H A DPrivateKey.php486 public function toString($type, array $options = []) function in phpseclib3\\Crypt\\RSA\\PrivateKey
/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