WebCryptoAPI
Types
algorithm
Record fields
name
string
algorithmIdentifier
crypto
Basic cryptography features available in the current context. It allows access to a cryptographically strong random number generator and to cryptographic primitives. See Crypto on MDN
Record fields
Module
There are methods and helpers defined in Crypto .
cryptoKey
The CryptoKey dictionary of the Web Crypto API represents a cryptographic key. See CryptoKey on MDN
Record fields
keyAlgorithm
Record fields
name
string
keyFormat
keyType
keyUsage
subtleCrypto
This Web Crypto API interface provides a number of low-level cryptographic functions. It is accessed via the Crypto.subtle properties available in a window context (via Window.crypto). See SubtleCrypto on MDN
Module
There are methods and helpers defined in SubtleCrypto .