Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CryptoImplementation

Index

Properties

createKeyPairFromPrivateKey

createKeyPairFromPrivateKey: (privateKey: Uint8Array) => Promise<KeyPair>

Type declaration

    • (privateKey: Uint8Array): Promise<KeyPair>
    • Parameters

      • privateKey: Uint8Array

      Returns Promise<KeyPair>

name

name: string

sign

sign: (keyPair: KeyPair, data: Uint8Array) => Promise<Uint8Array>

Type declaration

    • (keyPair: KeyPair, data: Uint8Array): Promise<Uint8Array>
    • Parameters

      • keyPair: KeyPair
      • data: Uint8Array

      Returns Promise<Uint8Array>

Generated using TypeDoc