Crypto

@native @JSImport("crypto") @JSType
object Crypto extends Crypto
Companion
class
trait Crypto
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def createHash(algorithm: String): Hash
Inherited from
Crypto
def createHmac(algorithm: String, buffer: Buffer): Hmac
Inherited from
Crypto
def createHmac(algorithm: String, key: String): Hmac
Inherited from
Crypto
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 toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object