as

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

AsymmetricAlgorithm

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

Constructors

new AsymmetricAlgorithm()

new AsymmetricAlgorithm(): AsymmetricAlgorithm

Returns

AsymmetricAlgorithm

Properties

RSA

static readonly RSA: "Rsa" = 'Rsa'

Constant representing the RSA algorithm. RSA is widely used for secure data transmission and digital signatures.


RSA_OAEP

static readonly RSA_OAEP: "Rsa-oaep" = 'Rsa-oaep'

Constant representing the RSA algorithm with OAEP padding. OAEP (Optimal Asymmetric Encryption Padding) is a widely used padding scheme for RSA encryption that provides better security against certain types of attacks.


ECDSA

static readonly ECDSA: "Ecdsa" = 'Ecdsa'

Constant representing the ECDSA (Elliptic Curve Digital Signature Algorithm). ECDSA is a widely used algorithm for digital signatures based on elliptic curve cryptography.


AUTHENTICATED_DH

static readonly AUTHENTICATED_DH: "AuthenticatedDh" = 'AuthenticatedDh'

Constant representing the algorithm used by the Authenticated Diffie-Hellman key exchange protocol.


ECDH

static readonly ECDH: "Ecdh" = "Ecdh"

Constant representing the algorithm used by the ECDH (Elliptic Curve Diffie-Hellman) key agreement protocol.


Last updated: Jul 22, 2026