Home
last modified time | relevance | path

Searched defs:setPrivateKey (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/internal/crypto/
Ddiffiehellman.js224 DiffieHellman.prototype.setPrivateKey = function setPrivateKey(key, encoding) { method in DiffieHellman
241 ECDH.prototype.setPrivateKey = DiffieHellman.prototype.setPrivateKey; method in ECDH