as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
Ring
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

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

WebCrypto

Properties

crypto

readonly crypto: 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