public class CryptoKey extends Object
Modifier and Type | Field and Description |
---|---|
KeyAlgorithm |
algorithm |
Boolean |
extractable |
static CryptoKey |
prototype |
String |
type |
String[] |
usages |
constructor
Constructor and Description |
---|
CryptoKey() |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public KeyAlgorithm algorithm
public Boolean extractable
public String type
public String[] usages
public static CryptoKey prototype