Properties
Web Cryptography API properties.
In this section
| Topic | Description |
|---|---|
|
The KeyAlgorithm used to generate the cryptographic key. | |
|
Indicates if the keying material can be exported. | |
|
The Key object used to initialize the cryptographic operation (CryptoOperation). | |
|
Indicates what type of cryptographic operations may be used with this key. | |
|
Provides access to the the global Crypto object for performing cryptographic operations. | |
|
The name of the algorithm used to generate the Key. | |
|
Provides access to KeyPair's private key. | |
|
Provides access to KeyPair's public key. | |
|
The result of the current cryptographic operation. | |
|
A property that provides access to methods for performing cryptographic algorithms. | |
|
Indicates the key type. |
Show: