SDK Reference
OverviewPackagesGuides

Packages

  • encryptor25

    Functions

    • aesDecrypt
    • aesEncrypt
    • aesGcmDecrypt
    • aesGcmEncrypt
    • aesGcmGenerateKey
    • aesGenerateIV
    • aesGenerateKey
    • eccDeriveSharedSecret
    • eccGenerateKeyPair
    • eccSign
    • eccVerify
    • hmacSHA256
    • md5Hash
    • rsaDecrypt
    • rsaEncrypt
    • rsaGenerateKeyPair
    • rsaSign
    • rsaVerify
    • sha256Hash
    • sha512Hash

    Interfaces

    • AESGcmEncryptResult
    • AESKeyOptions
    • ECCKeyPair
    • RSAKeyPair

    Type Aliases

    • ECCCurve
  • http23
  • utils27

Guides

  • All guides
packages/encryptor/ECCCurve

ECCCurve

Type

支持的椭圆曲线。

Signature

type ECCCurve = 'P-256' | 'P-384' | 'P-521'

Source

packages/encryptor/src/ECCHelper.ts:2

On this page

  • Signature
  • Source
SDK Reference

API documentation generated from source with ts-morph, served as a static site.

Packages

  • @guohanmin/encryptor
  • @guohanmin/http
  • @guohanmin/utils