public class CryptoKeyPair
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<CryptoKey> |
privateKey |
net.java.html.lib.Objs.Property<CryptoKey> |
publicKey |
| Modifier | Constructor and Description |
|---|---|
protected |
CryptoKeyPair(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static CryptoKeyPair |
$as(Object obj) |
CryptoKey |
privateKey() |
CryptoKey |
publicKey() |
$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<CryptoKey> privateKey
public net.java.html.lib.Objs.Property<CryptoKey> publicKey
protected CryptoKeyPair(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static CryptoKeyPair $as(Object obj)
public CryptoKey privateKey()
public CryptoKey publicKey()
Copyright © 2021. All rights reserved.