Options
All
  • Public
  • Public/Protected
  • All
Menu

Module utils/identity/parsePem

Index

Functions

Const getIdentityFromPem

  • Parameters

    • pem: any

    Returns { identity: default; type: Types } | { identity: default; type: Types }

Const parseEd25519

  • parseEd25519(pem: string): undefined | { identity: default; type: Types }
  • Parameters

    • pem: string

    Returns undefined | { identity: default; type: Types }

Const parseSec256K1

  • parseSec256K1(pem: string): undefined | { identity: default; type: Types }
  • Parameters

    • pem: string

    Returns undefined | { identity: default; type: Types }

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration