as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
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

Create a new instance of the WebCrypto class.

Initializes a new WebCrypto object. This constructor doesn't take any parameters as it sets up the internal state needed to perform cryptographic operations. Each instance provides access to the full range of cryptographic functionalities from the standard Web Crypto API.

Returns

WebCrypto

Properties

crypto

readonly crypto: Crypto

The crypto read-only property of a WebCrypto instance returns a Crypto object which gives access to certain cryptographic related services.


Last updated: Oct 02, 2025