CryptoKey

@native @JSGlobal @JSType
final class CryptoKey extends Object

The CryptoKey object represents an opaque reference to keying material that is managed by the user agent.

defined at ΒΆ13 The CryptoKey Interface

class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Concrete fields

val `type`: String
val extractable: Boolean
val usages: Array[KeyUsage]