Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/attestation/Attester"

Index

Classes

Type aliases

Functions

Type aliases

KeyGenOptions

KeyGenOptions: { keyLength?: KeyLength; maxAttributes?: undefined | number; validityDuration?: undefined | number }

Type declaration

  • Optional keyLength?: KeyLength
  • Optional maxAttributes?: undefined | number
  • Optional validityDuration?: undefined | number

Functions

daysToNanoSecs

  • daysToNanoSecs(days: number): number
  • Converts days to nano seconds.

    internal

    Parameters

    • days: number

      The amount of days that should be converted.

    Returns number

    The amount of nanoseconds for the specified amount of days.

Generated using TypeDoc