Objects
Web Cryptography API objects.
In this section
| Topic | Description |
|---|---|
|
A Crypto object provides the entry point to all cryptographic methods, properties, and events. | |
|
Deprecated. A CryptoOperation object provides methods and events for initialization, processing data, and completing a cryptographic operation. | |
|
Object that represents an opaque reference to keying material (managed by the browser). | |
|
Reflects the static, public properties of a Key object. | |
|
Deprecated.A KeyOperation object is returned by SubtleCrypto's generateKey, deriveKey, importKey, exportKey, wrapKey, and unwrapKey methods. | |
|
The KeyPair object holds an internal reference to an asymmetric key pair comprising private and public Key objects. | |
|
A SubtleCrypto object provides the entry point to the subtle cryptographic methods, properties, and events, which provide access to browser implementations of commonly used low-level cryptographic functions. |