DiffieHellman_

@JSImport("node:crypto", "DiffieHellman") @native @JSType class DiffieHellman_ extends DiffieHellman_
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
DiffieHellman_
def computeSecret(other_public_key: String, input_encoding: BinaryToTextEncoding): Buffer
Inherited from
DiffieHellman_
def computeSecret(other_public_key: ArrayBufferView, output_encoding: BinaryToTextEncoding): String
Inherited from
DiffieHellman_
def computeSecret(other_public_key: ArrayBufferView): Buffer
Inherited from
DiffieHellman_
def generateKeys(encoding: BinaryToTextEncoding): String
Inherited from
DiffieHellman_
Inherited from
DiffieHellman_
def getGenerator(encoding: BinaryToTextEncoding): String
Inherited from
DiffieHellman_
Inherited from
DiffieHellman_
def getPrime(encoding: BinaryToTextEncoding): String
Inherited from
DiffieHellman_
Inherited from
DiffieHellman_
def getPrivateKey(encoding: BinaryToTextEncoding): String
Inherited from
DiffieHellman_
Inherited from
DiffieHellman_
def getPublicKey(encoding: BinaryToTextEncoding): String
Inherited from
DiffieHellman_
Inherited from
DiffieHellman_
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: BufferEncoding): Unit
Inherited from
DiffieHellman_
def setPrivateKey(private_key: ArrayBufferView): Unit
Inherited from
DiffieHellman_
def setPublicKey(public_key: String, encoding: BufferEncoding): Unit
Inherited from
DiffieHellman_
def setPublicKey(public_key: ArrayBufferView): Unit
Inherited from
DiffieHellman_
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Inherited fields

var verifyError: Double
Inherited from
DiffieHellman_