Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
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 modified on July 31, 2026