Searched refs:exportPublicKey (Results 1 – 4 of 4) sorted by relevance
22 function exportPublicKey(spkac, encoding) { function46 Certificate.prototype.exportPublicKey = exportPublicKey; method in Certificate50 Certificate.exportPublicKey = exportPublicKey;
48 stripLineEndings(certificate.exportPublicKey(spkacValid).toString('utf8')),51 assert.strictEqual(certificate.exportPublicKey(spkacFail), '');87 () => Certificate.exportPublicKey(buf), {119 assert.throws(() => Certificate.exportPublicKey(val), errObj);
122 ### Static method: `Certificate.exportPublicKey(spkac[, encoding])`141 const publicKey = Certificate.exportPublicKey(spkac);149 const publicKey = Certificate.exportPublicKey(spkac);244 #### `certificate.exportPublicKey(spkac[, encoding])`259 const publicKey = cert.exportPublicKey(spkac);268 const publicKey = cert.exportPublicKey(spkac);
3692 …com/nodejs/node/commit/0bbdb78962)] - **src**: reduce allocations in exportPublicKey() (Ben Noordh…