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
Represents an asymmetric cryptographic algorithm. Asymmetric algorithms use different keys for encryption and decryption, typically a public key for encryption and a private key for decryption.

Extends

  • BaseCryptoClass

Properties

AUTHENTICATED_DH

readonly static AUTHENTICATED_DH: "AuthenticatedDh" = 'AuthenticatedDh' Constant representing the algorithm used by the Authenticated Diffie-Hellman key exchange protocol.

ECDH

readonly static ECDH: "Ecdh" = "Ecdh" Constant representing the algorithm used by the ECDH (Elliptic Curve Diffie-Hellman) key agreement protocol.
Last modified on October 2, 2025