crypto

io.github.edadma.nodejs.crypto
object crypto extends Object

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type
crypto.type

Members list

Value members

Concrete methods

def createHmac(algorithm: String, key: String | Uint8Array): Hmac
def randomBytes(size: Int): Uint8Array

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object