Function importPrivateKey

  • Imports Ed25519 private CryptoKey from key buffer. If privateKey is already CryptoKey, then this just returns it.

    Parameters

    • privateKey: BufferSource

    Returns Promise<CryptoKey>

Generated using TypeDoc