Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LocalSupportedAlgorithm

Package version

Abstract representation of a locally supported cryptography algorithm, with its assertions, and its operations.

Hierarchy

  • LocalSupportedAlgorithm

Index

Properties

operations

List of local cryptography operations supported by an algorithm.

Optional signAlgorithm

signAlgorithm: undefined | string

Optional algorithm used to sign or validate data.

validate

validate: LocalAssertion

List of assertions that need to pass in order to execute this cryptography operation.

Generated using TypeDoc