ECDH

@JSImport("node:crypto", "ECDH") @native @JSType class ECDH extends ECDH
Companion
object
class ECDH
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def computeSecret(other_public_key: String, input_encoding: BinaryToTextEncoding, output_encoding: BinaryToTextEncoding): String
Inherited from
ECDH
def computeSecret(other_public_key: String, input_encoding: BinaryToTextEncoding): Buffer
Inherited from
ECDH
def computeSecret(other_public_key: ArrayBufferView, output_encoding: BinaryToTextEncoding): String
Inherited from
ECDH
def computeSecret(other_public_key: ArrayBufferView): Buffer
Inherited from
ECDH
def generateKeys(encoding: BinaryToTextEncoding, format: ECDHKeyFormat): String
Inherited from
ECDH
def generateKeys(encoding: BinaryToTextEncoding): String
Inherited from
ECDH
Inherited from
ECDH
def getPrivateKey(encoding: BinaryToTextEncoding): String
Inherited from
ECDH
Inherited from
ECDH
def getPublicKey(encoding: BinaryToTextEncoding, format: ECDHKeyFormat): String
Inherited from
ECDH
def getPublicKey(encoding: BinaryToTextEncoding): String
Inherited from
ECDH
Inherited from
ECDH
def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def setPrivateKey(private_key: String, encoding: BinaryToTextEncoding): Unit
Inherited from
ECDH
def setPrivateKey(private_key: ArrayBufferView): Unit
Inherited from
ECDH
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object