Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ClaimsHelper

Hierarchy

  • ClaimsHelper

Index

Methods

Static encryptionModeStrFromHex

  • encryptionModeStrFromHex(value: string): string | undefined

Static fieldToHexString

  • fieldToHexString(value: boolean | number | string, includePrefix: boolean): string
  • formats an value to a hex string

    Parameters

    • value: boolean | number | string
    • includePrefix: boolean

    Returns string

Static formatAttestation

Static hexLength

  • hexLength(hexString: string): string

Static hexStringWithLengthPrefix

  • hexStringWithLengthPrefix(hexValue: string): string

Static intToHexWithLengthPrefix

  • intToHexWithLengthPrefix(value: number): string

Static isFloat

  • isFloat(n: any): boolean

Static isInt

  • isInt(n: any): boolean

Static stringToHexWithLengthPrefix

  • stringToHexWithLengthPrefix(value: string): string

Generated using TypeDoc