Home
last modified time | relevance | path

Searched refs:toPublic (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/sshpk/lib/
Dprivate-key.js64 return (this.toPublic().hash(algo));
67 PrivateKey.prototype.toPublic = function () { method in PrivateKey
134 return (this.toPublic().createVerify(hashAlgo));
244 assert.func(obj.toPublic);
Dcertificate.js235 subjectKey: key.toPublic(),
236 issuerKey: key.toPublic(),
263 key = key.toPublic();
329 issuerKey: issuerKey.toPublic(),
Dkey.js236 k = k.toPublic();
Ddhe.js94 return (this._key.toPublic());
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dssh-private.js140 pubKey = key.toPublic();
/third_party/node/deps/npm/node_modules/sshpk/
DREADME.md85 /* Now load the public key (could also use just key.toPublic()) */
293 ### `PrivateKey#toPublic()`
300 Same as `this.toPublic().fingerprint()`.
304 Same as `this.toPublic().createVerify()`.