@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Crypto")
public class Crypto
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
Crypto() |
| Modifier and Type | Method and Description |
|---|---|
ArrayBufferView |
getRandomValues(ArrayBufferView array)
The Crypto.getRandomValues() method lets you get cryptographically strong random values.
|
SubtleCrypto |
subtle()
The Crypto.subtle read-only property returns a SubtleCrypto which can then be used to perform low-level cryptographic operations.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="subtle") @Nonnull public SubtleCrypto subtle()
@Nonnull public ArrayBufferView getRandomValues(@Nonnull ArrayBufferView array)