namespace webcrypto
Interfaces #
I
I
I
I
I
I
I
I
webcrypto.Crypto
Importing the webcrypto
object (import { webcrypto } from 'node:crypto'
) gives an instance of the Crypto
class.
Crypto
is a singleton that provides access to the remainder of the crypto API.
I
I
I
webcrypto.CryptoKeyPair
The CryptoKeyPair
is a simple dictionary object with publicKey
and privateKey
properties, representing an asymmetric key pair.
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
Type Aliases #
T
T
T
T
T
T
T
T
variable webcrypto
An implementation of the Web Crypto API standard.
See the Web Crypto API documentation for details.