namespace webcrypto
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
T
T
T
T
T
T
T
T