API Docs for: 1.0.8
Show:

credentials Class

Constructor

credentials

()

Item Index

Methods

Methods

kw

(
  • name
)
BitArray static

Key Wrapping with a name

Parameters:

  • name String

    The name of the salt

Returns:

BitArray:

the salt combination with the namespace

kwe

(
  • name
  • email
)
BitArray static

Key Wrapping with a name and an email

Parameters:

  • name String

    The name of the salt

  • email String

    The email of the user.

Returns:

BitArray:

the salt combination with the namespace

setup

(
  • emailInput
  • passwordInput
)
Promise

Setup credentials

Parameters:

  • emailInput String
  • passwordInput String

Returns:

Promise:

A promise that will be fulfilled with result of generated credentials

wrap

(
  • bitArray1
  • bitArray2
)
BitArray

Wrap

Parameters:

  • bitArray1 BitArray
  • bitArray2 BitArray

Returns:

BitArray:

wrap result of the two bitArrays