Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HashingAlgorithm

Hashing Algorithm. A common interface to interact with any system provided algorithms.

Hierarchy

  • HashingAlgorithm

Index

Methods

id

  • id(): string
  • return the symbolic name for the algorithm

    Returns string

needsSeparator

  • needsSeparator(): boolean
  • Should the encoded string use the default separator to split fields.

    Returns boolean

params

  • params(): string
  • return the list of param names required for this algorithm.

    Returns string

Generated using TypeDoc