WebCrypto
Provides a comprehensive interface for cryptographic operations. This class serves as a central point for accessing various cryptographic functionalities including algorithm retrieval, key generation, and cipher operations.
Constructors
new WebCrypto()
new WebCrypto(): WebCrypto
Returns
Properties
crypto
readonlycrypto: Crypto
The crypto read-only property of a WebCrypto instance returns a
object which gives access to
certain cryptographic related services.
Last updated: Jul 31, 2026

