public class CryptoKey
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<KeyAlgorithm> |
algorithm |
net.java.html.lib.Objs.Property<Boolean> |
extractable |
net.java.html.lib.Objs.Property<String> |
type |
net.java.html.lib.Objs.Property<String[]> |
usages |
| Modifier | Constructor and Description |
|---|---|
protected |
CryptoKey(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static CryptoKey |
$as(Object obj) |
KeyAlgorithm |
algorithm() |
Boolean |
extractable() |
String |
type() |
String[] |
usages() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<KeyAlgorithm> algorithm
public net.java.html.lib.Objs.Property<Boolean> extractable
public net.java.html.lib.Objs.Property<String> type
public net.java.html.lib.Objs.Property<String[]> usages
protected CryptoKey(net.java.html.lib.Objs.Constructor<?> c,
Object js)
Copyright © 2021. All rights reserved.